Shades of Deep Lilac #955FB0
Tints of Deep Lilac #955FB0
RGB
CMYK
RGB Variations
Color information
#955FB0 (or 0x955FB0) is known color: Deep Lilac. HEX triplet: 95, 5F and B0. RGB value is (149,95,176). Sum of RGB (Red+Green+Blue) = 149+95+176=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #955FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FB0 is #6AA04F. Grayscale: #787878. Windows color (decimal): -6987856 or 11558805. OLE color: 11558805.
HSL color Cylindrical-coordinate representation of color #955FB0: hue angle of 280º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955FB0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 95 | 176 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.31 |
| HSL | 280º | 0.34% | 0.53% | - |
| HSV(B) | 280º | 0.46% | 0.69% | - |
| XYZ | 24.32 | 17.71 | 43.21 | - |
| YUV | 120.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 176 | 0.15 | 0.46 | 0 | 0.31 | 280 | 0.34 | 0.53 |
| Hex | 95 | 5F | B0 | F | 2E | 0 | 1F | 118 | 22 | 35 |
| Octal | 225 | 137 | 260 | 17 | 56 | 0 | 37 | 430 | 42 | 65 |
| Binary | 10010101 | 1011111 | 10110000 | 1111 | 101110 | 0 | 11111 | 100011000 | 100010 | 110101 |
Color Harmonies of #955FB0
Complementary color
Monochromatic Colors of #955FB0
Black with #955FB0
Text Example
Text Example
White with #955FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FB0; }
p { color: rgb(149,95,176); }
H1.HeaderClassName
{
color: #955FB0;
}
.AnyTagClassName
{
color: #955FB0;
}
</style>
background-color css
<style>
a { background-color: #955FB0; }
a { background-color: rgb(149,95,176); }
div.DivClassName
{
background-color: #955FB0;
}
.BgClassName
{
background-color: #955FB0;
}
</style>
border-color css
<style>
span { border-color: #955FB0; }
span { border-color: rgb(149,95,176); }
td.TdClassName
{
border-color: #955FB0;
}
.TagClassName
{
border-color: #955FB0;
}
</style>