Shades of Deep Lilac #955FAF
Tints of Deep Lilac #955FAF
RGB
CMYK
RGB Variations
Color information
#955FAF (or 0x955FAF) is known color: Deep Lilac. HEX triplet: 95, 5F and AF. RGB value is (149,95,175). Sum of RGB (Red+Green+Blue) = 149+95+175=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #955FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FAF is #6AA050. Grayscale: #787878. Windows color (decimal): -6987857 or 11493269. OLE color: 11493269.
HSL color Cylindrical-coordinate representation of color #955FAF: hue angle of 280.5º degrees, saturation: 0.33, 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 #955FAF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 95 | 175 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.31 |
| HSL | 280.5º | 0.33% | 0.53% | - |
| HSV(B) | 280.5º | 0.46% | 0.69% | - |
| XYZ | 24.22 | 17.67 | 42.69 | - |
| YUV | 120.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 175 | 0.15 | 0.46 | 0 | 0.31 | 280.5 | 0.33 | 0.53 |
| Hex | 95 | 5F | AF | F | 2E | 0 | 1F | 118 | 21 | 35 |
| Octal | 225 | 137 | 257 | 17 | 56 | 0 | 37 | 430 | 41 | 65 |
| Binary | 10010101 | 1011111 | 10101111 | 1111 | 101110 | 0 | 11111 | 100011000 | 100001 | 110101 |
Color Harmonies of #955FAF
Complementary color
Monochromatic Colors of #955FAF
Black with #955FAF
Text Example
Text Example
White with #955FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FAF; }
p { color: rgb(149,95,175); }
H1.HeaderClassName
{
color: #955FAF;
}
.AnyTagClassName
{
color: #955FAF;
}
</style>
background-color css
<style>
a { background-color: #955FAF; }
a { background-color: rgb(149,95,175); }
div.DivClassName
{
background-color: #955FAF;
}
.BgClassName
{
background-color: #955FAF;
}
</style>
border-color css
<style>
span { border-color: #955FAF; }
span { border-color: rgb(149,95,175); }
td.TdClassName
{
border-color: #955FAF;
}
.TagClassName
{
border-color: #955FAF;
}
</style>