Shades of Deep Lilac #9454C1
Tints of Deep Lilac #9454C1
RGB
CMYK
RGB Variations
Color information
#9454C1 (or 0x9454C1) is known color: Deep Lilac. HEX triplet: 94, 54 and C1. RGB value is (148,84,193). Sum of RGB (Red+Green+Blue) = 148+84+193=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #9454C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454C1 is #6BAB3E. Grayscale: #737373. Windows color (decimal): -7056191 or 12670100. OLE color: 12670100.
HSL color Cylindrical-coordinate representation of color #9454C1: hue angle of 275.23º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9454C1 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 84 | 193 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.24 |
| HSL | 275.23º | 0.47% | 0.54% | - |
| HSV(B) | 275.23º | 0.56% | 0.76% | - |
| XYZ | 25.01 | 16.49 | 52.32 | - |
| YUV | 115.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 193 | 0.23 | 0.56 | 0 | 0.24 | 275.23 | 0.47 | 0.54 |
| Hex | 94 | 54 | C1 | 17 | 38 | 0 | 18 | 113 | 2F | 36 |
| Octal | 224 | 124 | 301 | 27 | 70 | 0 | 30 | 423 | 57 | 66 |
| Binary | 10010100 | 1010100 | 11000001 | 10111 | 111000 | 0 | 11000 | 100010011 | 101111 | 110110 |
Color Harmonies of #9454C1
Complementary color
Monochromatic Colors of #9454C1
Black with #9454C1
Text Example
Text Example
White with #9454C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9454C1; }
p { color: rgb(148,84,193); }
H1.HeaderClassName
{
color: #9454C1;
}
.AnyTagClassName
{
color: #9454C1;
}
</style>
background-color css
<style>
a { background-color: #9454C1; }
a { background-color: rgb(148,84,193); }
div.DivClassName
{
background-color: #9454C1;
}
.BgClassName
{
background-color: #9454C1;
}
</style>
border-color css
<style>
span { border-color: #9454C1; }
span { border-color: rgb(148,84,193); }
td.TdClassName
{
border-color: #9454C1;
}
.TagClassName
{
border-color: #9454C1;
}
</style>