Shades of Deep Lilac #955FB8
Tints of Deep Lilac #955FB8
RGB
CMYK
RGB Variations
Color information
#955FB8 (or 0x955FB8) is known color: Deep Lilac. HEX triplet: 95, 5F and B8. RGB value is (149,95,184). Sum of RGB (Red+Green+Blue) = 149+95+184=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #955FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FB8 is #6AA047. Grayscale: #787878. Windows color (decimal): -6987848 or 12083093. OLE color: 12083093.
HSL color Cylindrical-coordinate representation of color #955FB8: hue angle of 276.4º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955FB8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 95 | 184 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.28 |
| HSL | 276.4º | 0.39% | 0.55% | - |
| HSV(B) | 276.4º | 0.48% | 0.72% | - |
| XYZ | 25.14 | 18.03 | 47.5 | - |
| YUV | 121.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 184 | 0.19 | 0.48 | 0 | 0.28 | 276.4 | 0.39 | 0.55 |
| Hex | 95 | 5F | B8 | 13 | 30 | 0 | 1C | 114 | 27 | 37 |
| Octal | 225 | 137 | 270 | 23 | 60 | 0 | 34 | 424 | 47 | 67 |
| Binary | 10010101 | 1011111 | 10111000 | 10011 | 110000 | 0 | 11100 | 100010100 | 100111 | 110111 |
Color Harmonies of #955FB8
Complementary color
Monochromatic Colors of #955FB8
Black with #955FB8
Text Example
Text Example
White with #955FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FB8; }
p { color: rgb(149,95,184); }
H1.HeaderClassName
{
color: #955FB8;
}
.AnyTagClassName
{
color: #955FB8;
}
</style>
background-color css
<style>
a { background-color: #955FB8; }
a { background-color: rgb(149,95,184); }
div.DivClassName
{
background-color: #955FB8;
}
.BgClassName
{
background-color: #955FB8;
}
</style>
border-color css
<style>
span { border-color: #955FB8; }
span { border-color: rgb(149,95,184); }
td.TdClassName
{
border-color: #955FB8;
}
.TagClassName
{
border-color: #955FB8;
}
</style>