Shades of Deep Lilac #905BC1
Tints of Deep Lilac #905BC1
RGB
CMYK
RGB Variations
Color information
#905BC1 (or 0x905BC1) is known color: Deep Lilac. HEX triplet: 90, 5B and C1. RGB value is (144,91,193). Sum of RGB (Red+Green+Blue) = 144+91+193=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #905BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BC1 is #6FA43E. Grayscale: #767676. Windows color (decimal): -7316543 or 12671888. OLE color: 12671888.
HSL color Cylindrical-coordinate representation of color #905BC1: hue angle of 271.18º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905BC1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 91 | 193 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.24 |
| HSL | 271.18º | 0.45% | 0.56% | - |
| HSV(B) | 271.18º | 0.53% | 0.76% | - |
| XYZ | 24.87 | 17.26 | 52.47 | - |
| YUV | 118.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 193 | 0.25 | 0.53 | 0 | 0.24 | 271.18 | 0.45 | 0.56 |
| Hex | 90 | 5B | C1 | 19 | 35 | 0 | 18 | 10F | 2D | 38 |
| Octal | 220 | 133 | 301 | 31 | 65 | 0 | 30 | 417 | 55 | 70 |
| Binary | 10010000 | 1011011 | 11000001 | 11001 | 110101 | 0 | 11000 | 100001111 | 101101 | 111000 |
Color Harmonies of #905BC1
Complementary color
Monochromatic Colors of #905BC1
Black with #905BC1
Text Example
Text Example
White with #905BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BC1; }
p { color: rgb(144,91,193); }
H1.HeaderClassName
{
color: #905BC1;
}
.AnyTagClassName
{
color: #905BC1;
}
</style>
background-color css
<style>
a { background-color: #905BC1; }
a { background-color: rgb(144,91,193); }
div.DivClassName
{
background-color: #905BC1;
}
.BgClassName
{
background-color: #905BC1;
}
</style>
border-color css
<style>
span { border-color: #905BC1; }
span { border-color: rgb(144,91,193); }
td.TdClassName
{
border-color: #905BC1;
}
.TagClassName
{
border-color: #905BC1;
}
</style>