Shades of Deep Lilac #955CAF
Tints of Deep Lilac #955CAF
RGB
CMYK
RGB Variations
Color information
#955CAF (or 0x955CAF) is known color: Deep Lilac. HEX triplet: 95, 5C and AF. RGB value is (149,92,175). Sum of RGB (Red+Green+Blue) = 149+92+175=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #955CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CAF is #6AA350. Grayscale: #767676. Windows color (decimal): -6988625 or 11492501. OLE color: 11492501.
HSL color Cylindrical-coordinate representation of color #955CAF: hue angle of 281.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955CAF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 92 | 175 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.31 |
| HSL | 281.2º | 0.34% | 0.52% | - |
| HSV(B) | 281.2º | 0.47% | 0.69% | - |
| XYZ | 23.96 | 17.14 | 42.6 | - |
| YUV | 118.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 175 | 0.15 | 0.47 | 0 | 0.31 | 281.2 | 0.34 | 0.52 |
| Hex | 95 | 5C | AF | F | 2F | 0 | 1F | 119 | 22 | 34 |
| Octal | 225 | 134 | 257 | 17 | 57 | 0 | 37 | 431 | 42 | 64 |
| Binary | 10010101 | 1011100 | 10101111 | 1111 | 101111 | 0 | 11111 | 100011001 | 100010 | 110100 |
Color Harmonies of #955CAF
Complementary color
Monochromatic Colors of #955CAF
Black with #955CAF
Text Example
Text Example
White with #955CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CAF; }
p { color: rgb(149,92,175); }
H1.HeaderClassName
{
color: #955CAF;
}
.AnyTagClassName
{
color: #955CAF;
}
</style>
background-color css
<style>
a { background-color: #955CAF; }
a { background-color: rgb(149,92,175); }
div.DivClassName
{
background-color: #955CAF;
}
.BgClassName
{
background-color: #955CAF;
}
</style>
border-color css
<style>
span { border-color: #955CAF; }
span { border-color: rgb(149,92,175); }
td.TdClassName
{
border-color: #955CAF;
}
.TagClassName
{
border-color: #955CAF;
}
</style>