Shades of Deep Lilac #905AAF
Tints of Deep Lilac #905AAF
RGB
CMYK
RGB Variations
Color information
#905AAF (or 0x905AAF) is known color: Deep Lilac. HEX triplet: 90, 5A and AF. RGB value is (144,90,175). Sum of RGB (Red+Green+Blue) = 144+90+175=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #905AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905AAF is #6FA550. Grayscale: #737373. Windows color (decimal): -7316817 or 11491984. OLE color: 11491984.
HSL color Cylindrical-coordinate representation of color #905AAF: hue angle of 278.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905AAF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 90 | 175 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.31 |
| HSL | 278.12º | 0.35% | 0.52% | - |
| HSV(B) | 278.12º | 0.49% | 0.69% | - |
| XYZ | 22.9 | 16.34 | 42.5 | - |
| YUV | 115.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 175 | 0.18 | 0.49 | 0 | 0.31 | 278.12 | 0.35 | 0.52 |
| Hex | 90 | 5A | AF | 12 | 31 | 0 | 1F | 116 | 23 | 34 |
| Octal | 220 | 132 | 257 | 22 | 61 | 0 | 37 | 426 | 43 | 64 |
| Binary | 10010000 | 1011010 | 10101111 | 10010 | 110001 | 0 | 11111 | 100010110 | 100011 | 110100 |
Color Harmonies of #905AAF
Complementary color
Monochromatic Colors of #905AAF
Black with #905AAF
Text Example
Text Example
White with #905AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AAF; }
p { color: rgb(144,90,175); }
H1.HeaderClassName
{
color: #905AAF;
}
.AnyTagClassName
{
color: #905AAF;
}
</style>
background-color css
<style>
a { background-color: #905AAF; }
a { background-color: rgb(144,90,175); }
div.DivClassName
{
background-color: #905AAF;
}
.BgClassName
{
background-color: #905AAF;
}
</style>
border-color css
<style>
span { border-color: #905AAF; }
span { border-color: rgb(144,90,175); }
td.TdClassName
{
border-color: #905AAF;
}
.TagClassName
{
border-color: #905AAF;
}
</style>