Shades of Deep Lilac #954ACB
Tints of Deep Lilac #954ACB
RGB
CMYK
RGB Variations
Color information
#954ACB (or 0x954ACB) is known color: Deep Lilac. HEX triplet: 95, 4A and CB. RGB value is (149,74,203). Sum of RGB (Red+Green+Blue) = 149+74+203=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 74 (29.30% from 255 or 17.37% 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 #954ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ACB is #6AB534. Grayscale: #6E6E6E. Windows color (decimal): -6993205 or 13322901. OLE color: 13322901.
HSL color Cylindrical-coordinate representation of color #954ACB: hue angle of 274.88º degrees, saturation: 0.55, 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 #954ACB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 74 | 203 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.20 |
| HSL | 274.88º | 0.55% | 0.54% | - |
| HSV(B) | 274.88º | 0.64% | 0.8% | - |
| XYZ | 25.62 | 15.6 | 58.16 | - |
| YUV | 111.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 203 | 0.27 | 0.64 | 0 | 0.20 | 274.88 | 0.55 | 0.54 |
| Hex | 95 | 4A | CB | 1B | 40 | 0 | 14 | 113 | 37 | 36 |
| Octal | 225 | 112 | 313 | 33 | 100 | 0 | 24 | 423 | 67 | 66 |
| Binary | 10010101 | 1001010 | 11001011 | 11011 | 1000000 | 0 | 10100 | 100010011 | 110111 | 110110 |
Color Harmonies of #954ACB
Complementary color
Monochromatic Colors of #954ACB
Black with #954ACB
Text Example
Text Example
White with #954ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ACB; }
p { color: rgb(149,74,203); }
H1.HeaderClassName
{
color: #954ACB;
}
.AnyTagClassName
{
color: #954ACB;
}
</style>
background-color css
<style>
a { background-color: #954ACB; }
a { background-color: rgb(149,74,203); }
div.DivClassName
{
background-color: #954ACB;
}
.BgClassName
{
background-color: #954ACB;
}
</style>
border-color css
<style>
span { border-color: #954ACB; }
span { border-color: rgb(149,74,203); }
td.TdClassName
{
border-color: #954ACB;
}
.TagClassName
{
border-color: #954ACB;
}
</style>