Shades of Deep Lilac #913EB1
Tints of Deep Lilac #913EB1
RGB
CMYK
RGB Variations
Color information
#913EB1 (or 0x913EB1) is known color: Deep Lilac. HEX triplet: 91, 3E and B1. RGB value is (145,62,177). Sum of RGB (Red+Green+Blue) = 145+62+177=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #913EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913EB1 is #6EC14E. Grayscale: #636363. Windows color (decimal): -7258447 or 11615889. OLE color: 11615889.
HSL color Cylindrical-coordinate representation of color #913EB1: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913EB1 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 62 | 177 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.31 |
| HSL | 283.3º | 0.48% | 0.47% | - |
| HSV(B) | 283.3º | 0.65% | 0.69% | - |
| XYZ | 21.34 | 12.64 | 42.91 | - |
| YUV | 99.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 177 | 0.18 | 0.65 | 0 | 0.31 | 283.3 | 0.48 | 0.47 |
| Hex | 91 | 3E | B1 | 12 | 41 | 0 | 1F | 11B | 30 | 2F |
| Octal | 221 | 76 | 261 | 22 | 101 | 0 | 37 | 433 | 60 | 57 |
| Binary | 10010001 | 111110 | 10110001 | 10010 | 1000001 | 0 | 11111 | 100011011 | 110000 | 101111 |
Color Harmonies of #913EB1
Complementary color
Monochromatic Colors of #913EB1
Black with #913EB1
Text Example
Text Example
White with #913EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EB1; }
p { color: rgb(145,62,177); }
H1.HeaderClassName
{
color: #913EB1;
}
.AnyTagClassName
{
color: #913EB1;
}
</style>
background-color css
<style>
a { background-color: #913EB1; }
a { background-color: rgb(145,62,177); }
div.DivClassName
{
background-color: #913EB1;
}
.BgClassName
{
background-color: #913EB1;
}
</style>
border-color css
<style>
span { border-color: #913EB1; }
span { border-color: rgb(145,62,177); }
td.TdClassName
{
border-color: #913EB1;
}
.TagClassName
{
border-color: #913EB1;
}
</style>