Shades of Deep Lilac #914BCC
Tints of Deep Lilac #914BCC
RGB
CMYK
RGB Variations
Color information
#914BCC (or 0x914BCC) is known color: Deep Lilac. HEX triplet: 91, 4B and CC. RGB value is (145,75,204). Sum of RGB (Red+Green+Blue) = 145+75+204=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #914BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BCC is #6EB433. Grayscale: #6E6E6E. Windows color (decimal): -7255092 or 13388689. OLE color: 13388689.
HSL color Cylindrical-coordinate representation of color #914BCC: hue angle of 272.56º 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 #914BCC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 75 | 204 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.2 |
| HSL | 272.56º | 0.56% | 0.55% | - |
| HSV(B) | 272.56º | 0.63% | 0.8% | - |
| XYZ | 25.09 | 15.41 | 58.78 | - |
| YUV | 110.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 204 | 0.29 | 0.63 | 0 | 0.2 | 272.56 | 0.56 | 0.55 |
| Hex | 91 | 4B | CC | 1D | 3F | 0 | 14 | 111 | 38 | 37 |
| Octal | 221 | 113 | 314 | 35 | 77 | 0 | 24 | 421 | 70 | 67 |
| Binary | 10010001 | 1001011 | 11001100 | 11101 | 111111 | 0 | 10100 | 100010001 | 111000 | 110111 |
Color Harmonies of #914BCC
Complementary color
Monochromatic Colors of #914BCC
Black with #914BCC
Text Example
Text Example
White with #914BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BCC; }
p { color: rgb(145,75,204); }
H1.HeaderClassName
{
color: #914BCC;
}
.AnyTagClassName
{
color: #914BCC;
}
</style>
background-color css
<style>
a { background-color: #914BCC; }
a { background-color: rgb(145,75,204); }
div.DivClassName
{
background-color: #914BCC;
}
.BgClassName
{
background-color: #914BCC;
}
</style>
border-color css
<style>
span { border-color: #914BCC; }
span { border-color: rgb(145,75,204); }
td.TdClassName
{
border-color: #914BCC;
}
.TagClassName
{
border-color: #914BCC;
}
</style>