Shades of Deep Lilac #953DAF
Tints of Deep Lilac #953DAF
RGB
CMYK
RGB Variations
Color information
#953DAF (or 0x953DAF) is known color: Deep Lilac. HEX triplet: 95, 3D and AF. RGB value is (149,61,175). Sum of RGB (Red+Green+Blue) = 149+61+175=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #953DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DAF is #6AC250. Grayscale: #636363. Windows color (decimal): -6996561 or 11484565. OLE color: 11484565.
HSL color Cylindrical-coordinate representation of color #953DAF: hue angle of 286.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953DAF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 61 | 175 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.31 |
| HSL | 286.32º | 0.48% | 0.46% | - |
| HSV(B) | 286.32º | 0.65% | 0.69% | - |
| XYZ | 21.8 | 12.82 | 41.88 | - |
| YUV | 100.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 175 | 0.15 | 0.65 | 0 | 0.31 | 286.32 | 0.48 | 0.46 |
| Hex | 95 | 3D | AF | F | 41 | 0 | 1F | 11E | 30 | 2E |
| Octal | 225 | 75 | 257 | 17 | 101 | 0 | 37 | 436 | 60 | 56 |
| Binary | 10010101 | 111101 | 10101111 | 1111 | 1000001 | 0 | 11111 | 100011110 | 110000 | 101110 |
Color Harmonies of #953DAF
Complementary color
Monochromatic Colors of #953DAF
Black with #953DAF
Text Example
Text Example
White with #953DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DAF; }
p { color: rgb(149,61,175); }
H1.HeaderClassName
{
color: #953DAF;
}
.AnyTagClassName
{
color: #953DAF;
}
</style>
background-color css
<style>
a { background-color: #953DAF; }
a { background-color: rgb(149,61,175); }
div.DivClassName
{
background-color: #953DAF;
}
.BgClassName
{
background-color: #953DAF;
}
</style>
border-color css
<style>
span { border-color: #953DAF; }
span { border-color: rgb(149,61,175); }
td.TdClassName
{
border-color: #953DAF;
}
.TagClassName
{
border-color: #953DAF;
}
</style>