Shades of Deep Lilac #9147C1
Tints of Deep Lilac #9147C1
RGB
CMYK
RGB Variations
Color information
#9147C1 (or 0x9147C1) is known color: Deep Lilac. HEX triplet: 91, 47 and C1. RGB value is (145,71,193). Sum of RGB (Red+Green+Blue) = 145+71+193=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #9147C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147C1 is #6EB83E. Grayscale: #6A6A6A. Windows color (decimal): -7256127 or 12666769. OLE color: 12666769.
HSL color Cylindrical-coordinate representation of color #9147C1: hue angle of 276.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9147C1 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 71 | 193 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.24 |
| HSL | 276.39º | 0.5% | 0.52% | - |
| HSV(B) | 276.39º | 0.63% | 0.76% | - |
| XYZ | 23.56 | 14.38 | 51.99 | - |
| YUV | 107.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 193 | 0.25 | 0.63 | 0 | 0.24 | 276.39 | 0.5 | 0.52 |
| Hex | 91 | 47 | C1 | 19 | 3F | 0 | 18 | 114 | 32 | 34 |
| Octal | 221 | 107 | 301 | 31 | 77 | 0 | 30 | 424 | 62 | 64 |
| Binary | 10010001 | 1000111 | 11000001 | 11001 | 111111 | 0 | 11000 | 100010100 | 110010 | 110100 |
Color Harmonies of #9147C1
Complementary color
Monochromatic Colors of #9147C1
Black with #9147C1
Text Example
Text Example
White with #9147C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9147C1; }
p { color: rgb(145,71,193); }
H1.HeaderClassName
{
color: #9147C1;
}
.AnyTagClassName
{
color: #9147C1;
}
</style>
background-color css
<style>
a { background-color: #9147C1; }
a { background-color: rgb(145,71,193); }
div.DivClassName
{
background-color: #9147C1;
}
.BgClassName
{
background-color: #9147C1;
}
</style>
border-color css
<style>
span { border-color: #9147C1; }
span { border-color: rgb(145,71,193); }
td.TdClassName
{
border-color: #9147C1;
}
.TagClassName
{
border-color: #9147C1;
}
</style>