Shades of Deep Lilac #9452C6
Tints of Deep Lilac #9452C6
RGB
CMYK
RGB Variations
Color information
#9452C6 (or 0x9452C6) is known color: Deep Lilac. HEX triplet: 94, 52 and C6. RGB value is (148,82,198). Sum of RGB (Red+Green+Blue) = 148+82+198=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #9452C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452C6 is #6BAD39. Grayscale: #727272. Windows color (decimal): -7056698 or 12997268. OLE color: 12997268.
HSL color Cylindrical-coordinate representation of color #9452C6: hue angle of 274.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9452C6 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 82 | 198 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.22 |
| HSL | 274.14º | 0.5% | 0.55% | - |
| HSV(B) | 274.14º | 0.59% | 0.78% | - |
| XYZ | 25.42 | 16.41 | 55.25 | - |
| YUV | 114.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 198 | 0.25 | 0.59 | 0 | 0.22 | 274.14 | 0.5 | 0.55 |
| Hex | 94 | 52 | C6 | 19 | 3B | 0 | 16 | 112 | 32 | 37 |
| Octal | 224 | 122 | 306 | 31 | 73 | 0 | 26 | 422 | 62 | 67 |
| Binary | 10010100 | 1010010 | 11000110 | 11001 | 111011 | 0 | 10110 | 100010010 | 110010 | 110111 |
Color Harmonies of #9452C6
Complementary color
Monochromatic Colors of #9452C6
Black with #9452C6
Text Example
Text Example
White with #9452C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452C6; }
p { color: rgb(148,82,198); }
H1.HeaderClassName
{
color: #9452C6;
}
.AnyTagClassName
{
color: #9452C6;
}
</style>
background-color css
<style>
a { background-color: #9452C6; }
a { background-color: rgb(148,82,198); }
div.DivClassName
{
background-color: #9452C6;
}
.BgClassName
{
background-color: #9452C6;
}
</style>
border-color css
<style>
span { border-color: #9452C6; }
span { border-color: rgb(148,82,198); }
td.TdClassName
{
border-color: #9452C6;
}
.TagClassName
{
border-color: #9452C6;
}
</style>