Shades of Deep Lilac #905AB6
Tints of Deep Lilac #905AB6
RGB
CMYK
RGB Variations
Color information
#905AB6 (or 0x905AB6) is known color: Deep Lilac. HEX triplet: 90, 5A and B6. RGB value is (144,90,182). Sum of RGB (Red+Green+Blue) = 144+90+182=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #905AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AB6 is #6FA549. Grayscale: #747474. Windows color (decimal): -7316810 or 11950736. OLE color: 11950736.
HSL color Cylindrical-coordinate representation of color #905AB6: hue angle of 275.22º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905AB6 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 90 | 182 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.29 |
| HSL | 275.22º | 0.39% | 0.53% | - |
| HSV(B) | 275.22º | 0.51% | 0.71% | - |
| XYZ | 23.6 | 16.62 | 46.22 | - |
| YUV | 116.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 182 | 0.21 | 0.51 | 0 | 0.29 | 275.22 | 0.39 | 0.53 |
| Hex | 90 | 5A | B6 | 15 | 33 | 0 | 1D | 113 | 27 | 35 |
| Octal | 220 | 132 | 266 | 25 | 63 | 0 | 35 | 423 | 47 | 65 |
| Binary | 10010000 | 1011010 | 10110110 | 10101 | 110011 | 0 | 11101 | 100010011 | 100111 | 110101 |
Color Harmonies of #905AB6
Complementary color
Monochromatic Colors of #905AB6
Black with #905AB6
Text Example
Text Example
White with #905AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AB6; }
p { color: rgb(144,90,182); }
H1.HeaderClassName
{
color: #905AB6;
}
.AnyTagClassName
{
color: #905AB6;
}
</style>
background-color css
<style>
a { background-color: #905AB6; }
a { background-color: rgb(144,90,182); }
div.DivClassName
{
background-color: #905AB6;
}
.BgClassName
{
background-color: #905AB6;
}
</style>
border-color css
<style>
span { border-color: #905AB6; }
span { border-color: rgb(144,90,182); }
td.TdClassName
{
border-color: #905AB6;
}
.TagClassName
{
border-color: #905AB6;
}
</style>