Shades of Deep Lilac #9457B2
Tints of Deep Lilac #9457B2
RGB
CMYK
RGB Variations
Color information
#9457B2 (or 0x9457B2) is known color: Deep Lilac. HEX triplet: 94, 57 and B2. RGB value is (148,87,178). Sum of RGB (Red+Green+Blue) = 148+87+178=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #9457B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9457B2 is #6BA84D. Grayscale: #737373. Windows color (decimal): -7055438 or 11687828. OLE color: 11687828.
HSL color Cylindrical-coordinate representation of color #9457B2: hue angle of 280.22º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9457B2 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 87 | 178 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.30 |
| HSL | 280.22º | 0.37% | 0.52% | - |
| HSV(B) | 280.22º | 0.51% | 0.7% | - |
| XYZ | 23.66 | 16.33 | 44.02 | - |
| YUV | 115.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 178 | 0.17 | 0.51 | 0 | 0.30 | 280.22 | 0.37 | 0.52 |
| Hex | 94 | 57 | B2 | 11 | 33 | 0 | 1E | 118 | 25 | 34 |
| Octal | 224 | 127 | 262 | 21 | 63 | 0 | 36 | 430 | 45 | 64 |
| Binary | 10010100 | 1010111 | 10110010 | 10001 | 110011 | 0 | 11110 | 100011000 | 100101 | 110100 |
Color Harmonies of #9457B2
Complementary color
Monochromatic Colors of #9457B2
Black with #9457B2
Text Example
Text Example
White with #9457B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457B2; }
p { color: rgb(148,87,178); }
H1.HeaderClassName
{
color: #9457B2;
}
.AnyTagClassName
{
color: #9457B2;
}
</style>
background-color css
<style>
a { background-color: #9457B2; }
a { background-color: rgb(148,87,178); }
div.DivClassName
{
background-color: #9457B2;
}
.BgClassName
{
background-color: #9457B2;
}
</style>
border-color css
<style>
span { border-color: #9457B2; }
span { border-color: rgb(148,87,178); }
td.TdClassName
{
border-color: #9457B2;
}
.TagClassName
{
border-color: #9457B2;
}
</style>