Shades of Light Slate Blue #996DFF
Tints of Light Slate Blue #996DFF
RGB
CMYK
RGB Variations
Color information
#996DFF (or 0x996DFF) is known color: Light Slate Blue. HEX triplet: 99, 6D and FF. RGB value is (153,109,255). Sum of RGB (Red+Green+Blue) = 153+109+255=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #996DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DFF is #669200. Grayscale: #8A8A8A. Windows color (decimal): -6722049 or 16739737. OLE color: 16739737.
HSL color Cylindrical-coordinate representation of color #996DFF: hue angle of 258.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996DFF is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 109 | 255 | - |
| CMYK | 0.4 | 0.57 | 0 | 0 |
| HSL | 258.08º | 1% | 0.71% | - |
| HSV(B) | 258.08º | 0.57% | 1% | - |
| XYZ | 36.66 | 24.93 | 97.49 | - |
| YUV | 138.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 255 | 0.4 | 0.57 | 0 | 0 | 258.08 | 1 | 0.71 |
| Hex | 99 | 6D | FF | 28 | 39 | 0 | 0 | 102 | 64 | 47 |
| Octal | 231 | 155 | 377 | 50 | 71 | 0 | 0 | 402 | 144 | 107 |
| Binary | 10011001 | 1101101 | 11111111 | 101000 | 111001 | 0 | 0 | 100000010 | 1100100 | 1000111 |
Color Harmonies of #996DFF
Complementary color
Monochromatic Colors of #996DFF
Black with #996DFF
Text Example
Text Example
White with #996DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DFF; }
p { color: rgb(153,109,255); }
H1.HeaderClassName
{
color: #996DFF;
}
.AnyTagClassName
{
color: #996DFF;
}
</style>
background-color css
<style>
a { background-color: #996DFF; }
a { background-color: rgb(153,109,255); }
div.DivClassName
{
background-color: #996DFF;
}
.BgClassName
{
background-color: #996DFF;
}
</style>
border-color css
<style>
span { border-color: #996DFF; }
span { border-color: rgb(153,109,255); }
td.TdClassName
{
border-color: #996DFF;
}
.TagClassName
{
border-color: #996DFF;
}
</style>