Shades of Deep Lilac #905CBE
Tints of Deep Lilac #905CBE
RGB
CMYK
RGB Variations
Color information
#905CBE (or 0x905CBE) is known color: Deep Lilac. HEX triplet: 90, 5C and BE. RGB value is (144,92,190). Sum of RGB (Red+Green+Blue) = 144+92+190=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #905CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CBE is #6FA341. Grayscale: #767676. Windows color (decimal): -7316290 or 12475536. OLE color: 12475536.
HSL color Cylindrical-coordinate representation of color #905CBE: hue angle of 271.84º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905CBE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 92 | 190 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.25 |
| HSL | 271.84º | 0.43% | 0.55% | - |
| HSV(B) | 271.84º | 0.52% | 0.75% | - |
| XYZ | 24.62 | 17.3 | 50.76 | - |
| YUV | 118.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 190 | 0.24 | 0.52 | 0 | 0.25 | 271.84 | 0.43 | 0.55 |
| Hex | 90 | 5C | BE | 18 | 34 | 0 | 19 | 110 | 2B | 37 |
| Octal | 220 | 134 | 276 | 30 | 64 | 0 | 31 | 420 | 53 | 67 |
| Binary | 10010000 | 1011100 | 10111110 | 11000 | 110100 | 0 | 11001 | 100010000 | 101011 | 110111 |
Color Harmonies of #905CBE
Complementary color
Monochromatic Colors of #905CBE
Black with #905CBE
Text Example
Text Example
White with #905CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CBE; }
p { color: rgb(144,92,190); }
H1.HeaderClassName
{
color: #905CBE;
}
.AnyTagClassName
{
color: #905CBE;
}
</style>
background-color css
<style>
a { background-color: #905CBE; }
a { background-color: rgb(144,92,190); }
div.DivClassName
{
background-color: #905CBE;
}
.BgClassName
{
background-color: #905CBE;
}
</style>
border-color css
<style>
span { border-color: #905CBE; }
span { border-color: rgb(144,92,190); }
td.TdClassName
{
border-color: #905CBE;
}
.TagClassName
{
border-color: #905CBE;
}
</style>