Shades of Deep Lilac #955BAF
Tints of Deep Lilac #955BAF
RGB
CMYK
RGB Variations
Color information
#955BAF (or 0x955BAF) is known color: Deep Lilac. HEX triplet: 95, 5B and AF. RGB value is (149,91,175). Sum of RGB (Red+Green+Blue) = 149+91+175=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #955BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BAF is #6AA450. Grayscale: #757575. Windows color (decimal): -6988881 or 11492245. OLE color: 11492245.
HSL color Cylindrical-coordinate representation of color #955BAF: hue angle of 281.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955BAF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 91 | 175 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.31 |
| HSL | 281.43º | 0.34% | 0.52% | - |
| HSV(B) | 281.43º | 0.48% | 0.69% | - |
| XYZ | 23.87 | 16.97 | 42.57 | - |
| YUV | 117.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 175 | 0.15 | 0.48 | 0 | 0.31 | 281.43 | 0.34 | 0.52 |
| Hex | 95 | 5B | AF | F | 30 | 0 | 1F | 119 | 22 | 34 |
| Octal | 225 | 133 | 257 | 17 | 60 | 0 | 37 | 431 | 42 | 64 |
| Binary | 10010101 | 1011011 | 10101111 | 1111 | 110000 | 0 | 11111 | 100011001 | 100010 | 110100 |
Color Harmonies of #955BAF
Complementary color
Monochromatic Colors of #955BAF
Black with #955BAF
Text Example
Text Example
White with #955BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BAF; }
p { color: rgb(149,91,175); }
H1.HeaderClassName
{
color: #955BAF;
}
.AnyTagClassName
{
color: #955BAF;
}
</style>
background-color css
<style>
a { background-color: #955BAF; }
a { background-color: rgb(149,91,175); }
div.DivClassName
{
background-color: #955BAF;
}
.BgClassName
{
background-color: #955BAF;
}
</style>
border-color css
<style>
span { border-color: #955BAF; }
span { border-color: rgb(149,91,175); }
td.TdClassName
{
border-color: #955BAF;
}
.TagClassName
{
border-color: #955BAF;
}
</style>