Shades of Deep Lilac #905CBB
Tints of Deep Lilac #905CBB
RGB
CMYK
RGB Variations
Color information
#905CBB (or 0x905CBB) is known color: Deep Lilac. HEX triplet: 90, 5C and BB. RGB value is (144,92,187). Sum of RGB (Red+Green+Blue) = 144+92+187=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #905CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CBB is #6FA344. Grayscale: #767676. Windows color (decimal): -7316293 or 12278928. OLE color: 12278928.
HSL color Cylindrical-coordinate representation of color #905CBB: hue angle of 272.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905CBB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 92 | 187 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.27 |
| HSL | 272.84º | 0.41% | 0.55% | - |
| HSV(B) | 272.84º | 0.51% | 0.73% | - |
| XYZ | 24.3 | 17.17 | 49.05 | - |
| YUV | 118.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 187 | 0.23 | 0.51 | 0 | 0.27 | 272.84 | 0.41 | 0.55 |
| Hex | 90 | 5C | BB | 17 | 33 | 0 | 1B | 111 | 29 | 37 |
| Octal | 220 | 134 | 273 | 27 | 63 | 0 | 33 | 421 | 51 | 67 |
| Binary | 10010000 | 1011100 | 10111011 | 10111 | 110011 | 0 | 11011 | 100010001 | 101001 | 110111 |
Color Harmonies of #905CBB
Complementary color
Monochromatic Colors of #905CBB
Black with #905CBB
Text Example
Text Example
White with #905CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CBB; }
p { color: rgb(144,92,187); }
H1.HeaderClassName
{
color: #905CBB;
}
.AnyTagClassName
{
color: #905CBB;
}
</style>
background-color css
<style>
a { background-color: #905CBB; }
a { background-color: rgb(144,92,187); }
div.DivClassName
{
background-color: #905CBB;
}
.BgClassName
{
background-color: #905CBB;
}
</style>
border-color css
<style>
span { border-color: #905CBB; }
span { border-color: rgb(144,92,187); }
td.TdClassName
{
border-color: #905CBB;
}
.TagClassName
{
border-color: #905CBB;
}
</style>