Shades of Deep Lilac #954FCB
Tints of Deep Lilac #954FCB
RGB
CMYK
RGB Variations
Color information
#954FCB (or 0x954FCB) is known color: Deep Lilac. HEX triplet: 95, 4F and CB. RGB value is (149,79,203). Sum of RGB (Red+Green+Blue) = 149+79+203=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #954FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FCB is #6AB034. Grayscale: #717171. Windows color (decimal): -6991925 or 13324181. OLE color: 13324181.
HSL color Cylindrical-coordinate representation of color #954FCB: hue angle of 273.87º 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 #954FCB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 79 | 203 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.20 |
| HSL | 273.87º | 0.54% | 0.55% | - |
| HSV(B) | 273.87º | 0.61% | 0.8% | - |
| XYZ | 25.97 | 16.29 | 58.28 | - |
| YUV | 114.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 203 | 0.27 | 0.61 | 0 | 0.20 | 273.87 | 0.54 | 0.55 |
| Hex | 95 | 4F | CB | 1B | 3D | 0 | 14 | 112 | 36 | 37 |
| Octal | 225 | 117 | 313 | 33 | 75 | 0 | 24 | 422 | 66 | 67 |
| Binary | 10010101 | 1001111 | 11001011 | 11011 | 111101 | 0 | 10100 | 100010010 | 110110 | 110111 |
Color Harmonies of #954FCB
Complementary color
Monochromatic Colors of #954FCB
Black with #954FCB
Text Example
Text Example
White with #954FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FCB; }
p { color: rgb(149,79,203); }
H1.HeaderClassName
{
color: #954FCB;
}
.AnyTagClassName
{
color: #954FCB;
}
</style>
background-color css
<style>
a { background-color: #954FCB; }
a { background-color: rgb(149,79,203); }
div.DivClassName
{
background-color: #954FCB;
}
.BgClassName
{
background-color: #954FCB;
}
</style>
border-color css
<style>
span { border-color: #954FCB; }
span { border-color: rgb(149,79,203); }
td.TdClassName
{
border-color: #954FCB;
}
.TagClassName
{
border-color: #954FCB;
}
</style>