Shades of Deep Lilac #914CCC
Tints of Deep Lilac #914CCC
RGB
CMYK
RGB Variations
Color information
#914CCC (or 0x914CCC) is known color: Deep Lilac. HEX triplet: 91, 4C and CC. RGB value is (145,76,204). Sum of RGB (Red+Green+Blue) = 145+76+204=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #914CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCC is #6EB333. Grayscale: #6E6E6E. Windows color (decimal): -7254836 or 13388945. OLE color: 13388945.
HSL color Cylindrical-coordinate representation of color #914CCC: hue angle of 272.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914CCC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 76 | 204 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.2 |
| HSL | 272.34º | 0.56% | 0.55% | - |
| HSV(B) | 272.34º | 0.63% | 0.8% | - |
| XYZ | 25.16 | 15.55 | 58.8 | - |
| YUV | 111.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 204 | 0.29 | 0.63 | 0 | 0.2 | 272.34 | 0.56 | 0.55 |
| Hex | 91 | 4C | CC | 1D | 3F | 0 | 14 | 110 | 38 | 37 |
| Octal | 221 | 114 | 314 | 35 | 77 | 0 | 24 | 420 | 70 | 67 |
| Binary | 10010001 | 1001100 | 11001100 | 11101 | 111111 | 0 | 10100 | 100010000 | 111000 | 110111 |
Color Harmonies of #914CCC
Complementary color
Monochromatic Colors of #914CCC
Black with #914CCC
Text Example
Text Example
White with #914CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CCC; }
p { color: rgb(145,76,204); }
H1.HeaderClassName
{
color: #914CCC;
}
.AnyTagClassName
{
color: #914CCC;
}
</style>
background-color css
<style>
a { background-color: #914CCC; }
a { background-color: rgb(145,76,204); }
div.DivClassName
{
background-color: #914CCC;
}
.BgClassName
{
background-color: #914CCC;
}
</style>
border-color css
<style>
span { border-color: #914CCC; }
span { border-color: rgb(145,76,204); }
td.TdClassName
{
border-color: #914CCC;
}
.TagClassName
{
border-color: #914CCC;
}
</style>