Shades of Deep Lilac #905CAD
Tints of Deep Lilac #905CAD
RGB
CMYK
RGB Variations
Color information
#905CAD (or 0x905CAD) is known color: Deep Lilac. HEX triplet: 90, 5C and AD. RGB value is (144,92,173). Sum of RGB (Red+Green+Blue) = 144+92+173=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #905CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CAD is #6FA352. Grayscale: #747474. Windows color (decimal): -7316307 or 11361424. OLE color: 11361424.
HSL color Cylindrical-coordinate representation of color #905CAD: hue angle of 278.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #905CAD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 92 | 173 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.32 |
| HSL | 278.52º | 0.33% | 0.52% | - |
| HSV(B) | 278.52º | 0.47% | 0.68% | - |
| XYZ | 22.87 | 16.6 | 41.53 | - |
| YUV | 116.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 173 | 0.17 | 0.47 | 0 | 0.32 | 278.52 | 0.33 | 0.52 |
| Hex | 90 | 5C | AD | 11 | 2F | 0 | 20 | 117 | 21 | 34 |
| Octal | 220 | 134 | 255 | 21 | 57 | 0 | 40 | 427 | 41 | 64 |
| Binary | 10010000 | 1011100 | 10101101 | 10001 | 101111 | 0 | 100000 | 100010111 | 100001 | 110100 |
Color Harmonies of #905CAD
Complementary color
Monochromatic Colors of #905CAD
Black with #905CAD
Text Example
Text Example
White with #905CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CAD; }
p { color: rgb(144,92,173); }
H1.HeaderClassName
{
color: #905CAD;
}
.AnyTagClassName
{
color: #905CAD;
}
</style>
background-color css
<style>
a { background-color: #905CAD; }
a { background-color: rgb(144,92,173); }
div.DivClassName
{
background-color: #905CAD;
}
.BgClassName
{
background-color: #905CAD;
}
</style>
border-color css
<style>
span { border-color: #905CAD; }
span { border-color: rgb(144,92,173); }
td.TdClassName
{
border-color: #905CAD;
}
.TagClassName
{
border-color: #905CAD;
}
</style>