Shades of Deep Lilac #9650CB
Tints of Deep Lilac #9650CB
RGB
CMYK
RGB Variations
Color information
#9650CB (or 0x9650CB) is known color: Deep Lilac. HEX triplet: 96, 50 and CB. RGB value is (150,80,203). Sum of RGB (Red+Green+Blue) = 150+80+203=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9650CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650CB is #69AF34. Grayscale: #727272. Windows color (decimal): -6926133 or 13324438. OLE color: 13324438.
HSL color Cylindrical-coordinate representation of color #9650CB: hue angle of 274.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9650CB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 80 | 203 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.20 |
| HSL | 274.15º | 0.54% | 0.55% | - |
| HSV(B) | 274.15º | 0.61% | 0.8% | - |
| XYZ | 26.23 | 16.53 | 58.31 | - |
| YUV | 114.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 203 | 0.26 | 0.61 | 0 | 0.20 | 274.15 | 0.54 | 0.55 |
| Hex | 96 | 50 | CB | 1A | 3D | 0 | 14 | 112 | 36 | 37 |
| Octal | 226 | 120 | 313 | 32 | 75 | 0 | 24 | 422 | 66 | 67 |
| Binary | 10010110 | 1010000 | 11001011 | 11010 | 111101 | 0 | 10100 | 100010010 | 110110 | 110111 |
Color Harmonies of #9650CB
Complementary color
Monochromatic Colors of #9650CB
Black with #9650CB
Text Example
Text Example
White with #9650CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9650CB; }
p { color: rgb(150,80,203); }
H1.HeaderClassName
{
color: #9650CB;
}
.AnyTagClassName
{
color: #9650CB;
}
</style>
background-color css
<style>
a { background-color: #9650CB; }
a { background-color: rgb(150,80,203); }
div.DivClassName
{
background-color: #9650CB;
}
.BgClassName
{
background-color: #9650CB;
}
</style>
border-color css
<style>
span { border-color: #9650CB; }
span { border-color: rgb(150,80,203); }
td.TdClassName
{
border-color: #9650CB;
}
.TagClassName
{
border-color: #9650CB;
}
</style>