Shades of Deep Lilac #905FBB
Tints of Deep Lilac #905FBB
RGB
CMYK
RGB Variations
Color information
#905FBB (or 0x905FBB) is known color: Deep Lilac. HEX triplet: 90, 5F and BB. RGB value is (144,95,187). Sum of RGB (Red+Green+Blue) = 144+95+187=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #905FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FBB is #6FA044. Grayscale: #777777. Windows color (decimal): -7315525 or 12279696. OLE color: 12279696.
HSL color Cylindrical-coordinate representation of color #905FBB: hue angle of 271.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905FBB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 95 | 187 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.27 |
| HSL | 271.96º | 0.4% | 0.55% | - |
| HSV(B) | 271.96º | 0.49% | 0.73% | - |
| XYZ | 24.56 | 17.7 | 49.14 | - |
| YUV | 120.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 187 | 0.23 | 0.49 | 0 | 0.27 | 271.96 | 0.4 | 0.55 |
| Hex | 90 | 5F | BB | 17 | 31 | 0 | 1B | 110 | 28 | 37 |
| Octal | 220 | 137 | 273 | 27 | 61 | 0 | 33 | 420 | 50 | 67 |
| Binary | 10010000 | 1011111 | 10111011 | 10111 | 110001 | 0 | 11011 | 100010000 | 101000 | 110111 |
Color Harmonies of #905FBB
Complementary color
Monochromatic Colors of #905FBB
Black with #905FBB
Text Example
Text Example
White with #905FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FBB; }
p { color: rgb(144,95,187); }
H1.HeaderClassName
{
color: #905FBB;
}
.AnyTagClassName
{
color: #905FBB;
}
</style>
background-color css
<style>
a { background-color: #905FBB; }
a { background-color: rgb(144,95,187); }
div.DivClassName
{
background-color: #905FBB;
}
.BgClassName
{
background-color: #905FBB;
}
</style>
border-color css
<style>
span { border-color: #905FBB; }
span { border-color: rgb(144,95,187); }
td.TdClassName
{
border-color: #905FBB;
}
.TagClassName
{
border-color: #905FBB;
}
</style>