Shades of Deep Lilac #913CB2
Tints of Deep Lilac #913CB2
RGB
CMYK
RGB Variations
Color information
#913CB2 (or 0x913CB2) is known color: Deep Lilac. HEX triplet: 91, 3C and B2. RGB value is (145,60,178). Sum of RGB (Red+Green+Blue) = 145+60+178=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #913CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913CB2 is #6EC34D. Grayscale: #626262. Windows color (decimal): -7258958 or 11680913. OLE color: 11680913.
HSL color Cylindrical-coordinate representation of color #913CB2: hue angle of 283.22º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913CB2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 60 | 178 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.30 |
| HSL | 283.22º | 0.5% | 0.47% | - |
| HSV(B) | 283.22º | 0.66% | 0.7% | - |
| XYZ | 21.33 | 12.47 | 43.4 | - |
| YUV | 98.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 178 | 0.19 | 0.66 | 0 | 0.30 | 283.22 | 0.5 | 0.47 |
| Hex | 91 | 3C | B2 | 13 | 42 | 0 | 1E | 11B | 32 | 2F |
| Octal | 221 | 74 | 262 | 23 | 102 | 0 | 36 | 433 | 62 | 57 |
| Binary | 10010001 | 111100 | 10110010 | 10011 | 1000010 | 0 | 11110 | 100011011 | 110010 | 101111 |
Color Harmonies of #913CB2
Complementary color
Monochromatic Colors of #913CB2
Black with #913CB2
Text Example
Text Example
White with #913CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CB2; }
p { color: rgb(145,60,178); }
H1.HeaderClassName
{
color: #913CB2;
}
.AnyTagClassName
{
color: #913CB2;
}
</style>
background-color css
<style>
a { background-color: #913CB2; }
a { background-color: rgb(145,60,178); }
div.DivClassName
{
background-color: #913CB2;
}
.BgClassName
{
background-color: #913CB2;
}
</style>
border-color css
<style>
span { border-color: #913CB2; }
span { border-color: rgb(145,60,178); }
td.TdClassName
{
border-color: #913CB2;
}
.TagClassName
{
border-color: #913CB2;
}
</style>