Shades of Deep Lilac #954AAF
Tints of Deep Lilac #954AAF
RGB
CMYK
RGB Variations
Color information
#954AAF (or 0x954AAF) is known color: Deep Lilac. HEX triplet: 95, 4A and AF. RGB value is (149,74,175). Sum of RGB (Red+Green+Blue) = 149+74+175=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #954AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAF is #6AB550. Grayscale: #6B6B6B. Windows color (decimal): -6993233 or 11487893. OLE color: 11487893.
HSL color Cylindrical-coordinate representation of color #954AAF: hue angle of 284.55º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954AAF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 74 | 175 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.31 |
| HSL | 284.55º | 0.41% | 0.49% | - |
| HSV(B) | 284.55º | 0.58% | 0.69% | - |
| XYZ | 22.58 | 14.38 | 42.14 | - |
| YUV | 107.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 175 | 0.15 | 0.58 | 0 | 0.31 | 284.55 | 0.41 | 0.49 |
| Hex | 95 | 4A | AF | F | 3A | 0 | 1F | 11D | 29 | 31 |
| Octal | 225 | 112 | 257 | 17 | 72 | 0 | 37 | 435 | 51 | 61 |
| Binary | 10010101 | 1001010 | 10101111 | 1111 | 111010 | 0 | 11111 | 100011101 | 101001 | 110001 |
Color Harmonies of #954AAF
Complementary color
Monochromatic Colors of #954AAF
Black with #954AAF
Text Example
Text Example
White with #954AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AAF; }
p { color: rgb(149,74,175); }
H1.HeaderClassName
{
color: #954AAF;
}
.AnyTagClassName
{
color: #954AAF;
}
</style>
background-color css
<style>
a { background-color: #954AAF; }
a { background-color: rgb(149,74,175); }
div.DivClassName
{
background-color: #954AAF;
}
.BgClassName
{
background-color: #954AAF;
}
</style>
border-color css
<style>
span { border-color: #954AAF; }
span { border-color: rgb(149,74,175); }
td.TdClassName
{
border-color: #954AAF;
}
.TagClassName
{
border-color: #954AAF;
}
</style>