Shades of Deep Lilac #954BAC
Tints of Deep Lilac #954BAC
RGB
CMYK
RGB Variations
Color information
#954BAC (or 0x954BAC) is known color: Deep Lilac. HEX triplet: 95, 4B and AC. RGB value is (149,75,172). Sum of RGB (Red+Green+Blue) = 149+75+172=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #954BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BAC is #6AB453. Grayscale: #6B6B6B. Windows color (decimal): -6992980 or 11291541. OLE color: 11291541.
HSL color Cylindrical-coordinate representation of color #954BAC: hue angle of 285.77º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954BAC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 75 | 172 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.33 |
| HSL | 285.77º | 0.39% | 0.48% | - |
| HSV(B) | 285.77º | 0.56% | 0.67% | - |
| XYZ | 22.36 | 14.4 | 40.63 | - |
| YUV | 108.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 172 | 0.13 | 0.56 | 0 | 0.33 | 285.77 | 0.39 | 0.48 |
| Hex | 95 | 4B | AC | D | 38 | 0 | 21 | 11E | 27 | 30 |
| Octal | 225 | 113 | 254 | 15 | 70 | 0 | 41 | 436 | 47 | 60 |
| Binary | 10010101 | 1001011 | 10101100 | 1101 | 111000 | 0 | 100001 | 100011110 | 100111 | 110000 |
Color Harmonies of #954BAC
Complementary color
Monochromatic Colors of #954BAC
Black with #954BAC
Text Example
Text Example
White with #954BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BAC; }
p { color: rgb(149,75,172); }
H1.HeaderClassName
{
color: #954BAC;
}
.AnyTagClassName
{
color: #954BAC;
}
</style>
background-color css
<style>
a { background-color: #954BAC; }
a { background-color: rgb(149,75,172); }
div.DivClassName
{
background-color: #954BAC;
}
.BgClassName
{
background-color: #954BAC;
}
</style>
border-color css
<style>
span { border-color: #954BAC; }
span { border-color: rgb(149,75,172); }
td.TdClassName
{
border-color: #954BAC;
}
.TagClassName
{
border-color: #954BAC;
}
</style>