Shades of Deep Lilac #9649CB
Tints of Deep Lilac #9649CB
RGB
CMYK
RGB Variations
Color information
#9649CB (or 0x9649CB) is known color: Deep Lilac. HEX triplet: 96, 49 and CB. RGB value is (150,73,203). Sum of RGB (Red+Green+Blue) = 150+73+203=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9649CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649CB is #69B634. Grayscale: #6E6E6E. Windows color (decimal): -6927925 or 13322646. OLE color: 13322646.
HSL color Cylindrical-coordinate representation of color #9649CB: hue angle of 275.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9649CB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 73 | 203 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.20 |
| HSL | 275.54º | 0.56% | 0.54% | - |
| HSV(B) | 275.54º | 0.64% | 0.8% | - |
| XYZ | 25.74 | 15.56 | 58.15 | - |
| YUV | 110.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 203 | 0.26 | 0.64 | 0 | 0.20 | 275.54 | 0.56 | 0.54 |
| Hex | 96 | 49 | CB | 1A | 40 | 0 | 14 | 114 | 38 | 36 |
| Octal | 226 | 111 | 313 | 32 | 100 | 0 | 24 | 424 | 70 | 66 |
| Binary | 10010110 | 1001001 | 11001011 | 11010 | 1000000 | 0 | 10100 | 100010100 | 111000 | 110110 |
Color Harmonies of #9649CB
Complementary color
Monochromatic Colors of #9649CB
Black with #9649CB
Text Example
Text Example
White with #9649CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9649CB; }
p { color: rgb(150,73,203); }
H1.HeaderClassName
{
color: #9649CB;
}
.AnyTagClassName
{
color: #9649CB;
}
</style>
background-color css
<style>
a { background-color: #9649CB; }
a { background-color: rgb(150,73,203); }
div.DivClassName
{
background-color: #9649CB;
}
.BgClassName
{
background-color: #9649CB;
}
</style>
border-color css
<style>
span { border-color: #9649CB; }
span { border-color: rgb(150,73,203); }
td.TdClassName
{
border-color: #9649CB;
}
.TagClassName
{
border-color: #9649CB;
}
</style>