Shades of Deep Lilac #9542AF
Tints of Deep Lilac #9542AF
RGB
CMYK
RGB Variations
Color information
#9542AF (or 0x9542AF) is known color: Deep Lilac. HEX triplet: 95, 42 and AF. RGB value is (149,66,175). Sum of RGB (Red+Green+Blue) = 149+66+175=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #9542AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9542AF is #6ABD50. Grayscale: #666666. Windows color (decimal): -6995281 or 11485845. OLE color: 11485845.
HSL color Cylindrical-coordinate representation of color #9542AF: hue angle of 285.69º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9542AF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 66 | 175 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.31 |
| HSL | 285.69º | 0.45% | 0.47% | - |
| HSV(B) | 285.69º | 0.62% | 0.69% | - |
| XYZ | 22.08 | 13.38 | 41.98 | - |
| YUV | 103.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 175 | 0.15 | 0.62 | 0 | 0.31 | 285.69 | 0.45 | 0.47 |
| Hex | 95 | 42 | AF | F | 3E | 0 | 1F | 11E | 2D | 2F |
| Octal | 225 | 102 | 257 | 17 | 76 | 0 | 37 | 436 | 55 | 57 |
| Binary | 10010101 | 1000010 | 10101111 | 1111 | 111110 | 0 | 11111 | 100011110 | 101101 | 101111 |
Color Harmonies of #9542AF
Complementary color
Monochromatic Colors of #9542AF
Black with #9542AF
Text Example
Text Example
White with #9542AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9542AF; }
p { color: rgb(149,66,175); }
H1.HeaderClassName
{
color: #9542AF;
}
.AnyTagClassName
{
color: #9542AF;
}
</style>
background-color css
<style>
a { background-color: #9542AF; }
a { background-color: rgb(149,66,175); }
div.DivClassName
{
background-color: #9542AF;
}
.BgClassName
{
background-color: #9542AF;
}
</style>
border-color css
<style>
span { border-color: #9542AF; }
span { border-color: rgb(149,66,175); }
td.TdClassName
{
border-color: #9542AF;
}
.TagClassName
{
border-color: #9542AF;
}
</style>