Shades of Light Slate Blue #9B66FF
Tints of Light Slate Blue #9B66FF
RGB
CMYK
RGB Variations
Color information
#9B66FF (or 0x9B66FF) is known color: Light Slate Blue. HEX triplet: 9B, 66 and FF. RGB value is (155,102,255). Sum of RGB (Red+Green+Blue) = 155+102+255=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B66FF is #649900. Grayscale: #868686. Windows color (decimal): -6592769 or 16737947. OLE color: 16737947.
HSL color Cylindrical-coordinate representation of color #9B66FF: hue angle of 260.78º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B66FF is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 102 | 255 | - |
| CMYK | 0.39 | 0.6 | 0 | 0 |
| HSL | 260.78º | 1% | 0.7% | - |
| HSV(B) | 260.78º | 0.6% | 1% | - |
| XYZ | 36.32 | 23.69 | 97.27 | - |
| YUV | 135.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 255 | 0.39 | 0.6 | 0 | 0 | 260.78 | 1 | 0.7 |
| Hex | 9B | 66 | FF | 27 | 3C | 0 | 0 | 105 | 64 | 46 |
| Octal | 233 | 146 | 377 | 47 | 74 | 0 | 0 | 405 | 144 | 106 |
| Binary | 10011011 | 1100110 | 11111111 | 100111 | 111100 | 0 | 0 | 100000101 | 1100100 | 1000110 |
Color Harmonies of #9B66FF
Complementary color
Monochromatic Colors of #9B66FF
Black with #9B66FF
Text Example
Text Example
White with #9B66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66FF; }
p { color: rgb(155,102,255); }
H1.HeaderClassName
{
color: #9B66FF;
}
.AnyTagClassName
{
color: #9B66FF;
}
</style>
background-color css
<style>
a { background-color: #9B66FF; }
a { background-color: rgb(155,102,255); }
div.DivClassName
{
background-color: #9B66FF;
}
.BgClassName
{
background-color: #9B66FF;
}
</style>
border-color css
<style>
span { border-color: #9B66FF; }
span { border-color: rgb(155,102,255); }
td.TdClassName
{
border-color: #9B66FF;
}
.TagClassName
{
border-color: #9B66FF;
}
</style>