Shades of Deep Lilac #905CAC
Tints of Deep Lilac #905CAC
RGB
CMYK
RGB Variations
Color information
#905CAC (or 0x905CAC) is known color: Deep Lilac. HEX triplet: 90, 5C and AC. RGB value is (144,92,172). Sum of RGB (Red+Green+Blue) = 144+92+172=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #905CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CAC is #6FA353. Grayscale: #747474. Windows color (decimal): -7316308 or 11295888. OLE color: 11295888.
HSL color Cylindrical-coordinate representation of color #905CAC: hue angle of 279º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #905CAC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 92 | 172 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.33 |
| HSL | 279º | 0.33% | 0.52% | - |
| HSV(B) | 279º | 0.47% | 0.67% | - |
| XYZ | 22.78 | 16.56 | 41.03 | - |
| YUV | 116.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 172 | 0.16 | 0.47 | 0 | 0.33 | 279 | 0.33 | 0.52 |
| Hex | 90 | 5C | AC | 10 | 2F | 0 | 21 | 117 | 21 | 34 |
| Octal | 220 | 134 | 254 | 20 | 57 | 0 | 41 | 427 | 41 | 64 |
| Binary | 10010000 | 1011100 | 10101100 | 10000 | 101111 | 0 | 100001 | 100010111 | 100001 | 110100 |
Color Harmonies of #905CAC
Complementary color
Monochromatic Colors of #905CAC
Black with #905CAC
Text Example
Text Example
White with #905CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CAC; }
p { color: rgb(144,92,172); }
H1.HeaderClassName
{
color: #905CAC;
}
.AnyTagClassName
{
color: #905CAC;
}
</style>
background-color css
<style>
a { background-color: #905CAC; }
a { background-color: rgb(144,92,172); }
div.DivClassName
{
background-color: #905CAC;
}
.BgClassName
{
background-color: #905CAC;
}
</style>
border-color css
<style>
span { border-color: #905CAC; }
span { border-color: rgb(144,92,172); }
td.TdClassName
{
border-color: #905CAC;
}
.TagClassName
{
border-color: #905CAC;
}
</style>