Shades of Deep Lilac #905CBD
Tints of Deep Lilac #905CBD
RGB
CMYK
RGB Variations
Color information
#905CBD (or 0x905CBD) is known color: Deep Lilac. HEX triplet: 90, 5C and BD. RGB value is (144,92,189). Sum of RGB (Red+Green+Blue) = 144+92+189=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #905CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CBD is #6FA342. Grayscale: #767676. Windows color (decimal): -7316291 or 12410000. OLE color: 12410000.
HSL color Cylindrical-coordinate representation of color #905CBD: hue angle of 272.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905CBD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 92 | 189 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.26 |
| HSL | 272.16º | 0.42% | 0.55% | - |
| HSV(B) | 272.16º | 0.51% | 0.74% | - |
| XYZ | 24.51 | 17.26 | 50.18 | - |
| YUV | 118.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 189 | 0.24 | 0.51 | 0 | 0.26 | 272.16 | 0.42 | 0.55 |
| Hex | 90 | 5C | BD | 18 | 33 | 0 | 1A | 110 | 2A | 37 |
| Octal | 220 | 134 | 275 | 30 | 63 | 0 | 32 | 420 | 52 | 67 |
| Binary | 10010000 | 1011100 | 10111101 | 11000 | 110011 | 0 | 11010 | 100010000 | 101010 | 110111 |
Color Harmonies of #905CBD
Complementary color
Monochromatic Colors of #905CBD
Black with #905CBD
Text Example
Text Example
White with #905CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CBD; }
p { color: rgb(144,92,189); }
H1.HeaderClassName
{
color: #905CBD;
}
.AnyTagClassName
{
color: #905CBD;
}
</style>
background-color css
<style>
a { background-color: #905CBD; }
a { background-color: rgb(144,92,189); }
div.DivClassName
{
background-color: #905CBD;
}
.BgClassName
{
background-color: #905CBD;
}
</style>
border-color css
<style>
span { border-color: #905CBD; }
span { border-color: rgb(144,92,189); }
td.TdClassName
{
border-color: #905CBD;
}
.TagClassName
{
border-color: #905CBD;
}
</style>