Shades of Deep Lilac #9148CC
Tints of Deep Lilac #9148CC
RGB
CMYK
RGB Variations
Color information
#9148CC (or 0x9148CC) is known color: Deep Lilac. HEX triplet: 91, 48 and CC. RGB value is (145,72,204). Sum of RGB (Red+Green+Blue) = 145+72+204=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9148CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9148CC is #6EB733. Grayscale: #6C6C6C. Windows color (decimal): -7255860 or 13387921. OLE color: 13387921.
HSL color Cylindrical-coordinate representation of color #9148CC: hue angle of 273.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9148CC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 72 | 204 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.2 |
| HSL | 273.18º | 0.56% | 0.54% | - |
| HSV(B) | 273.18º | 0.65% | 0.8% | - |
| XYZ | 24.89 | 15.01 | 58.71 | - |
| YUV | 108.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 204 | 0.29 | 0.65 | 0 | 0.2 | 273.18 | 0.56 | 0.54 |
| Hex | 91 | 48 | CC | 1D | 41 | 0 | 14 | 111 | 38 | 36 |
| Octal | 221 | 110 | 314 | 35 | 101 | 0 | 24 | 421 | 70 | 66 |
| Binary | 10010001 | 1001000 | 11001100 | 11101 | 1000001 | 0 | 10100 | 100010001 | 111000 | 110110 |
Color Harmonies of #9148CC
Complementary color
Monochromatic Colors of #9148CC
Black with #9148CC
Text Example
Text Example
White with #9148CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9148CC; }
p { color: rgb(145,72,204); }
H1.HeaderClassName
{
color: #9148CC;
}
.AnyTagClassName
{
color: #9148CC;
}
</style>
background-color css
<style>
a { background-color: #9148CC; }
a { background-color: rgb(145,72,204); }
div.DivClassName
{
background-color: #9148CC;
}
.BgClassName
{
background-color: #9148CC;
}
</style>
border-color css
<style>
span { border-color: #9148CC; }
span { border-color: rgb(145,72,204); }
td.TdClassName
{
border-color: #9148CC;
}
.TagClassName
{
border-color: #9148CC;
}
</style>