Shades of Deep Lilac #914CCB
Tints of Deep Lilac #914CCB
RGB
CMYK
RGB Variations
Color information
#914CCB (or 0x914CCB) is known color: Deep Lilac. HEX triplet: 91, 4C and CB. RGB value is (145,76,203). Sum of RGB (Red+Green+Blue) = 145+76+203=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #914CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCB is #6EB334. Grayscale: #6E6E6E. Windows color (decimal): -7254837 or 13323409. OLE color: 13323409.
HSL color Cylindrical-coordinate representation of color #914CCB: hue angle of 272.6º degrees, saturation: 0.55, 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 #914CCB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 76 | 203 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.20 |
| HSL | 272.6º | 0.55% | 0.55% | - |
| HSV(B) | 272.6º | 0.63% | 0.8% | - |
| XYZ | 25.04 | 15.5 | 58.17 | - |
| YUV | 111.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 203 | 0.29 | 0.63 | 0 | 0.20 | 272.6 | 0.55 | 0.55 |
| Hex | 91 | 4C | CB | 1D | 3F | 0 | 14 | 111 | 37 | 37 |
| Octal | 221 | 114 | 313 | 35 | 77 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010001 | 1001100 | 11001011 | 11101 | 111111 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #914CCB
Complementary color
Monochromatic Colors of #914CCB
Black with #914CCB
Text Example
Text Example
White with #914CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CCB; }
p { color: rgb(145,76,203); }
H1.HeaderClassName
{
color: #914CCB;
}
.AnyTagClassName
{
color: #914CCB;
}
</style>
background-color css
<style>
a { background-color: #914CCB; }
a { background-color: rgb(145,76,203); }
div.DivClassName
{
background-color: #914CCB;
}
.BgClassName
{
background-color: #914CCB;
}
</style>
border-color css
<style>
span { border-color: #914CCB; }
span { border-color: rgb(145,76,203); }
td.TdClassName
{
border-color: #914CCB;
}
.TagClassName
{
border-color: #914CCB;
}
</style>