Shades of Deep Lilac #913DB4
Tints of Deep Lilac #913DB4
RGB
CMYK
RGB Variations
Color information
#913DB4 (or 0x913DB4) is known color: Deep Lilac. HEX triplet: 91, 3D and B4. RGB value is (145,61,180). Sum of RGB (Red+Green+Blue) = 145+61+180=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #913DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DB4 is #6EC24B. Grayscale: #636363. Windows color (decimal): -7258700 or 11812241. OLE color: 11812241.
HSL color Cylindrical-coordinate representation of color #913DB4: hue angle of 282.35º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913DB4 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 61 | 180 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.29 |
| HSL | 282.35º | 0.49% | 0.47% | - |
| HSV(B) | 282.35º | 0.66% | 0.71% | - |
| XYZ | 21.58 | 12.65 | 44.48 | - |
| YUV | 99.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 180 | 0.19 | 0.66 | 0 | 0.29 | 282.35 | 0.49 | 0.47 |
| Hex | 91 | 3D | B4 | 13 | 42 | 0 | 1D | 11A | 31 | 2F |
| Octal | 221 | 75 | 264 | 23 | 102 | 0 | 35 | 432 | 61 | 57 |
| Binary | 10010001 | 111101 | 10110100 | 10011 | 1000010 | 0 | 11101 | 100011010 | 110001 | 101111 |
Color Harmonies of #913DB4
Complementary color
Monochromatic Colors of #913DB4
Black with #913DB4
Text Example
Text Example
White with #913DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DB4; }
p { color: rgb(145,61,180); }
H1.HeaderClassName
{
color: #913DB4;
}
.AnyTagClassName
{
color: #913DB4;
}
</style>
background-color css
<style>
a { background-color: #913DB4; }
a { background-color: rgb(145,61,180); }
div.DivClassName
{
background-color: #913DB4;
}
.BgClassName
{
background-color: #913DB4;
}
</style>
border-color css
<style>
span { border-color: #913DB4; }
span { border-color: rgb(145,61,180); }
td.TdClassName
{
border-color: #913DB4;
}
.TagClassName
{
border-color: #913DB4;
}
</style>