Shades of Deep Lilac #955DAF
Tints of Deep Lilac #955DAF
RGB
CMYK
RGB Variations
Color information
#955DAF (or 0x955DAF) is known color: Deep Lilac. HEX triplet: 95, 5D and AF. RGB value is (149,93,175). Sum of RGB (Red+Green+Blue) = 149+93+175=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #955DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DAF is #6AA250. Grayscale: #767676. Windows color (decimal): -6988369 or 11492757. OLE color: 11492757.
HSL color Cylindrical-coordinate representation of color #955DAF: hue angle of 280.98º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955DAF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 93 | 175 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.31 |
| HSL | 280.98º | 0.34% | 0.53% | - |
| HSV(B) | 280.98º | 0.47% | 0.69% | - |
| XYZ | 24.05 | 17.31 | 42.63 | - |
| YUV | 119.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 175 | 0.15 | 0.47 | 0 | 0.31 | 280.98 | 0.34 | 0.53 |
| Hex | 95 | 5D | AF | F | 2F | 0 | 1F | 119 | 22 | 35 |
| Octal | 225 | 135 | 257 | 17 | 57 | 0 | 37 | 431 | 42 | 65 |
| Binary | 10010101 | 1011101 | 10101111 | 1111 | 101111 | 0 | 11111 | 100011001 | 100010 | 110101 |
Color Harmonies of #955DAF
Complementary color
Monochromatic Colors of #955DAF
Black with #955DAF
Text Example
Text Example
White with #955DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DAF; }
p { color: rgb(149,93,175); }
H1.HeaderClassName
{
color: #955DAF;
}
.AnyTagClassName
{
color: #955DAF;
}
</style>
background-color css
<style>
a { background-color: #955DAF; }
a { background-color: rgb(149,93,175); }
div.DivClassName
{
background-color: #955DAF;
}
.BgClassName
{
background-color: #955DAF;
}
</style>
border-color css
<style>
span { border-color: #955DAF; }
span { border-color: rgb(149,93,175); }
td.TdClassName
{
border-color: #955DAF;
}
.TagClassName
{
border-color: #955DAF;
}
</style>