Shades of Deep Lilac #9153C1
Tints of Deep Lilac #9153C1
RGB
CMYK
RGB Variations
Color information
#9153C1 (or 0x9153C1) is known color: Deep Lilac. HEX triplet: 91, 53 and C1. RGB value is (145,83,193). Sum of RGB (Red+Green+Blue) = 145+83+193=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #9153C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153C1 is #6EAC3E. Grayscale: #717171. Windows color (decimal): -7253055 or 12669841. OLE color: 12669841.
HSL color Cylindrical-coordinate representation of color #9153C1: hue angle of 273.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9153C1 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 83 | 193 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.24 |
| HSL | 273.82º | 0.47% | 0.54% | - |
| HSV(B) | 273.82º | 0.57% | 0.76% | - |
| XYZ | 24.4 | 16.06 | 52.27 | - |
| YUV | 114.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 193 | 0.25 | 0.57 | 0 | 0.24 | 273.82 | 0.47 | 0.54 |
| Hex | 91 | 53 | C1 | 19 | 39 | 0 | 18 | 112 | 2F | 36 |
| Octal | 221 | 123 | 301 | 31 | 71 | 0 | 30 | 422 | 57 | 66 |
| Binary | 10010001 | 1010011 | 11000001 | 11001 | 111001 | 0 | 11000 | 100010010 | 101111 | 110110 |
Color Harmonies of #9153C1
Complementary color
Monochromatic Colors of #9153C1
Black with #9153C1
Text Example
Text Example
White with #9153C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153C1; }
p { color: rgb(145,83,193); }
H1.HeaderClassName
{
color: #9153C1;
}
.AnyTagClassName
{
color: #9153C1;
}
</style>
background-color css
<style>
a { background-color: #9153C1; }
a { background-color: rgb(145,83,193); }
div.DivClassName
{
background-color: #9153C1;
}
.BgClassName
{
background-color: #9153C1;
}
</style>
border-color css
<style>
span { border-color: #9153C1; }
span { border-color: rgb(145,83,193); }
td.TdClassName
{
border-color: #9153C1;
}
.TagClassName
{
border-color: #9153C1;
}
</style>