Shades of Deep Lilac #953BAF
Tints of Deep Lilac #953BAF
RGB
CMYK
RGB Variations
Color information
#953BAF (or 0x953BAF) is known color: Deep Lilac. HEX triplet: 95, 3B and AF. RGB value is (149,59,175). Sum of RGB (Red+Green+Blue) = 149+59+175=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #953BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BAF is #6AC450. Grayscale: #626262. Windows color (decimal): -6997073 or 11484053. OLE color: 11484053.
HSL color Cylindrical-coordinate representation of color #953BAF: hue angle of 286.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953BAF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 59 | 175 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.31 |
| HSL | 286.55º | 0.5% | 0.46% | - |
| HSV(B) | 286.55º | 0.66% | 0.69% | - |
| XYZ | 21.7 | 12.61 | 41.85 | - |
| YUV | 99.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 175 | 0.15 | 0.66 | 0 | 0.31 | 286.55 | 0.5 | 0.46 |
| Hex | 95 | 3B | AF | F | 42 | 0 | 1F | 11F | 32 | 2E |
| Octal | 225 | 73 | 257 | 17 | 102 | 0 | 37 | 437 | 62 | 56 |
| Binary | 10010101 | 111011 | 10101111 | 1111 | 1000010 | 0 | 11111 | 100011111 | 110010 | 101110 |
Color Harmonies of #953BAF
Complementary color
Monochromatic Colors of #953BAF
Black with #953BAF
Text Example
Text Example
White with #953BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BAF; }
p { color: rgb(149,59,175); }
H1.HeaderClassName
{
color: #953BAF;
}
.AnyTagClassName
{
color: #953BAF;
}
</style>
background-color css
<style>
a { background-color: #953BAF; }
a { background-color: rgb(149,59,175); }
div.DivClassName
{
background-color: #953BAF;
}
.BgClassName
{
background-color: #953BAF;
}
</style>
border-color css
<style>
span { border-color: #953BAF; }
span { border-color: rgb(149,59,175); }
td.TdClassName
{
border-color: #953BAF;
}
.TagClassName
{
border-color: #953BAF;
}
</style>