Shades of Deep Lilac #9453B0
Tints of Deep Lilac #9453B0
RGB
CMYK
RGB Variations
Color information
#9453B0 (or 0x9453B0) is known color: Deep Lilac. HEX triplet: 94, 53 and B0. RGB value is (148,83,176). Sum of RGB (Red+Green+Blue) = 148+83+176=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #9453B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9453B0 is #6BAC4F. Grayscale: #707070. Windows color (decimal): -7056464 or 11555732. OLE color: 11555732.
HSL color Cylindrical-coordinate representation of color #9453B0: hue angle of 281.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9453B0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 83 | 176 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.31 |
| HSL | 281.94º | 0.37% | 0.51% | - |
| HSV(B) | 281.94º | 0.53% | 0.69% | - |
| XYZ | 23.14 | 15.62 | 42.87 | - |
| YUV | 113.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 176 | 0.16 | 0.53 | 0 | 0.31 | 281.94 | 0.37 | 0.51 |
| Hex | 94 | 53 | B0 | 10 | 35 | 0 | 1F | 11A | 25 | 33 |
| Octal | 224 | 123 | 260 | 20 | 65 | 0 | 37 | 432 | 45 | 63 |
| Binary | 10010100 | 1010011 | 10110000 | 10000 | 110101 | 0 | 11111 | 100011010 | 100101 | 110011 |
Color Harmonies of #9453B0
Complementary color
Monochromatic Colors of #9453B0
Black with #9453B0
Text Example
Text Example
White with #9453B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453B0; }
p { color: rgb(148,83,176); }
H1.HeaderClassName
{
color: #9453B0;
}
.AnyTagClassName
{
color: #9453B0;
}
</style>
background-color css
<style>
a { background-color: #9453B0; }
a { background-color: rgb(148,83,176); }
div.DivClassName
{
background-color: #9453B0;
}
.BgClassName
{
background-color: #9453B0;
}
</style>
border-color css
<style>
span { border-color: #9453B0; }
span { border-color: rgb(148,83,176); }
td.TdClassName
{
border-color: #9453B0;
}
.TagClassName
{
border-color: #9453B0;
}
</style>