Shades of Light Slate Blue #9969FF
Tints of Light Slate Blue #9969FF
RGB
CMYK
RGB Variations
Color information
#9969FF (or 0x9969FF) is known color: Light Slate Blue. HEX triplet: 99, 69 and FF. RGB value is (153,105,255). Sum of RGB (Red+Green+Blue) = 153+105+255=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #9969FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969FF is #669600. Grayscale: #878787. Windows color (decimal): -6723073 or 16738713. OLE color: 16738713.
HSL color Cylindrical-coordinate representation of color #9969FF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9969FF is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 105 | 255 | - |
| CMYK | 0.4 | 0.59 | 0 | 0 |
| HSL | 259.2º | 1% | 0.71% | - |
| HSV(B) | 259.2º | 0.59% | 1% | - |
| XYZ | 36.24 | 24.1 | 97.35 | - |
| YUV | 136.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 255 | 0.4 | 0.59 | 0 | 0 | 259.2 | 1 | 0.71 |
| Hex | 99 | 69 | FF | 28 | 3B | 0 | 0 | 103 | 64 | 47 |
| Octal | 231 | 151 | 377 | 50 | 73 | 0 | 0 | 403 | 144 | 107 |
| Binary | 10011001 | 1101001 | 11111111 | 101000 | 111011 | 0 | 0 | 100000011 | 1100100 | 1000111 |
Color Harmonies of #9969FF
Complementary color
Monochromatic Colors of #9969FF
Black with #9969FF
Text Example
Text Example
White with #9969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969FF; }
p { color: rgb(153,105,255); }
H1.HeaderClassName
{
color: #9969FF;
}
.AnyTagClassName
{
color: #9969FF;
}
</style>
background-color css
<style>
a { background-color: #9969FF; }
a { background-color: rgb(153,105,255); }
div.DivClassName
{
background-color: #9969FF;
}
.BgClassName
{
background-color: #9969FF;
}
</style>
border-color css
<style>
span { border-color: #9969FF; }
span { border-color: rgb(153,105,255); }
td.TdClassName
{
border-color: #9969FF;
}
.TagClassName
{
border-color: #9969FF;
}
</style>