Shades of Deep Lilac #9452BD
Tints of Deep Lilac #9452BD
RGB
CMYK
RGB Variations
Color information
#9452BD (or 0x9452BD) is known color: Deep Lilac. HEX triplet: 94, 52 and BD. RGB value is (148,82,189). Sum of RGB (Red+Green+Blue) = 148+82+189=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #9452BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452BD is #6BAD42. Grayscale: #717171. Windows color (decimal): -7056707 or 12407444. OLE color: 12407444.
HSL color Cylindrical-coordinate representation of color #9452BD: hue angle of 277.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9452BD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 82 | 189 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.26 |
| HSL | 277.01º | 0.45% | 0.53% | - |
| HSV(B) | 277.01º | 0.57% | 0.74% | - |
| XYZ | 24.42 | 16 | 49.95 | - |
| YUV | 113.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 189 | 0.22 | 0.57 | 0 | 0.26 | 277.01 | 0.45 | 0.53 |
| Hex | 94 | 52 | BD | 16 | 39 | 0 | 1A | 115 | 2D | 35 |
| Octal | 224 | 122 | 275 | 26 | 71 | 0 | 32 | 425 | 55 | 65 |
| Binary | 10010100 | 1010010 | 10111101 | 10110 | 111001 | 0 | 11010 | 100010101 | 101101 | 110101 |
Color Harmonies of #9452BD
Complementary color
Monochromatic Colors of #9452BD
Black with #9452BD
Text Example
Text Example
White with #9452BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452BD; }
p { color: rgb(148,82,189); }
H1.HeaderClassName
{
color: #9452BD;
}
.AnyTagClassName
{
color: #9452BD;
}
</style>
background-color css
<style>
a { background-color: #9452BD; }
a { background-color: rgb(148,82,189); }
div.DivClassName
{
background-color: #9452BD;
}
.BgClassName
{
background-color: #9452BD;
}
</style>
border-color css
<style>
span { border-color: #9452BD; }
span { border-color: rgb(148,82,189); }
td.TdClassName
{
border-color: #9452BD;
}
.TagClassName
{
border-color: #9452BD;
}
</style>