Shades of Deep Lilac #954BC2
Tints of Deep Lilac #954BC2
RGB
CMYK
RGB Variations
Color information
#954BC2 (or 0x954BC2) is known color: Deep Lilac. HEX triplet: 95, 4B and C2. RGB value is (149,75,194). Sum of RGB (Red+Green+Blue) = 149+75+194=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #954BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BC2 is #6AB43D. Grayscale: #6E6E6E. Windows color (decimal): -6992958 or 12733333. OLE color: 12733333.
HSL color Cylindrical-coordinate representation of color #954BC2: hue angle of 277.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954BC2 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 75 | 194 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.24 |
| HSL | 277.31º | 0.49% | 0.53% | - |
| HSV(B) | 277.31º | 0.61% | 0.76% | - |
| XYZ | 24.65 | 15.32 | 52.7 | - |
| YUV | 110.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 194 | 0.23 | 0.61 | 0 | 0.24 | 277.31 | 0.49 | 0.53 |
| Hex | 95 | 4B | C2 | 17 | 3D | 0 | 18 | 115 | 31 | 35 |
| Octal | 225 | 113 | 302 | 27 | 75 | 0 | 30 | 425 | 61 | 65 |
| Binary | 10010101 | 1001011 | 11000010 | 10111 | 111101 | 0 | 11000 | 100010101 | 110001 | 110101 |
Color Harmonies of #954BC2
Complementary color
Monochromatic Colors of #954BC2
Black with #954BC2
Text Example
Text Example
White with #954BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BC2; }
p { color: rgb(149,75,194); }
H1.HeaderClassName
{
color: #954BC2;
}
.AnyTagClassName
{
color: #954BC2;
}
</style>
background-color css
<style>
a { background-color: #954BC2; }
a { background-color: rgb(149,75,194); }
div.DivClassName
{
background-color: #954BC2;
}
.BgClassName
{
background-color: #954BC2;
}
</style>
border-color css
<style>
span { border-color: #954BC2; }
span { border-color: rgb(149,75,194); }
td.TdClassName
{
border-color: #954BC2;
}
.TagClassName
{
border-color: #954BC2;
}
</style>