Color spaces of #996abf
RGB | 153 | 106 | 191 |
---|---|---|---|
HSL | 0.76 | 0.40 | 0.58 |
HSV | 273° | 45° | 75° |
CMYK | 0.20 | 0.45 | 0.00 0.25 |
XYZ | 27.6949 | 20.8420 | 51.8534 |
Yxy | 20.8420 | 0.2759 | 0.2076 |
Hunter Lab | 45.6530 | 28.3922 | -35.3853 |
CIE-Lab | 52.7761 | 35.0310 | -37.6042 |
#996abf color RGB value is (153,106,191).
#996abf hex color red value is 153, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #996abf hue: 0.76 , saturation: 0.40 and the lightness value of 996abf is 0.58.
The process color (four color CMYK) of #996abf color hex is 0.20, 0.45, 0.00, 0.25. Web safe color of #996abf is #9966cc. Color #996abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01101010 | 10111111 |
Octal | 231 | 152 | 277 |
Decimal | 153 | 106 | 191 |
Hex | 99 | 6A | BF |
Shades of #996abf
Tints of #996abf
RGB Percentages of Color #996abf
CMYK Percentages of Color #996abf
Complementary Color
#996abf | #90bf6a |
#996abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#996abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#996abf Color CSS Codes
.mybgcolor {background-color:#996abf; } .myforecolor {color:#996abf; } .mybordercolor {border:3px solid #996abf; }
#996abf Text Font Color
<p style="color:#996abf">Text here</p>
This sample text font color is #996abf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#996abf Background Color
<div style="background-color:#996abf">
Div content here</div>
This div background color is #996abf
#996abf Border Color
<div style="border:3px solid #996abf">
Div here</div>
This div border color is #996abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,106,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #996abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #996abf; -webkit-box-shadow: 1px 1px 3px 2px #996abf; box-shadow: 1px 1px 3px 2px #996abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,106,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #996abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #996abf; -webkit-box-shadow: 1px 1px 3px 2px #996abf; box-shadow: 1px 1px 3px 2px #996abf;">
Div content here</div>
This div box has shadow with color #996abf
Comments
No comments written yet.
Please login to write comment.