Shades of Deep Lilac #914ABC
Tints of Deep Lilac #914ABC
RGB
CMYK
RGB Variations
Color information
#914ABC (or 0x914ABC) is known color: Deep Lilac. HEX triplet: 91, 4A and BC. RGB value is (145,74,188). Sum of RGB (Red+Green+Blue) = 145+74+188=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #914ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ABC is #6EB543. Grayscale: #6B6B6B. Windows color (decimal): -7255364 or 12339857. OLE color: 12339857.
HSL color Cylindrical-coordinate representation of color #914ABC: hue angle of 277.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914ABC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 74 | 188 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.26 |
| HSL | 277.37º | 0.46% | 0.51% | - |
| HSV(B) | 277.37º | 0.61% | 0.74% | - |
| XYZ | 23.2 | 14.55 | 49.16 | - |
| YUV | 108.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 188 | 0.23 | 0.61 | 0 | 0.26 | 277.37 | 0.46 | 0.51 |
| Hex | 91 | 4A | BC | 17 | 3D | 0 | 1A | 115 | 2E | 33 |
| Octal | 221 | 112 | 274 | 27 | 75 | 0 | 32 | 425 | 56 | 63 |
| Binary | 10010001 | 1001010 | 10111100 | 10111 | 111101 | 0 | 11010 | 100010101 | 101110 | 110011 |
Color Harmonies of #914ABC
Complementary color
Monochromatic Colors of #914ABC
Black with #914ABC
Text Example
Text Example
White with #914ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ABC; }
p { color: rgb(145,74,188); }
H1.HeaderClassName
{
color: #914ABC;
}
.AnyTagClassName
{
color: #914ABC;
}
</style>
background-color css
<style>
a { background-color: #914ABC; }
a { background-color: rgb(145,74,188); }
div.DivClassName
{
background-color: #914ABC;
}
.BgClassName
{
background-color: #914ABC;
}
</style>
border-color css
<style>
span { border-color: #914ABC; }
span { border-color: rgb(145,74,188); }
td.TdClassName
{
border-color: #914ABC;
}
.TagClassName
{
border-color: #914ABC;
}
</style>