Shades of Deep Lilac #9453AF
Tints of Deep Lilac #9453AF
RGB
CMYK
RGB Variations
Color information
#9453AF (or 0x9453AF) is known color: Deep Lilac. HEX triplet: 94, 53 and AF. RGB value is (148,83,175). Sum of RGB (Red+Green+Blue) = 148+83+175=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #9453AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9453AF is #6BAC50. Grayscale: #707070. Windows color (decimal): -7056465 or 11490196. OLE color: 11490196.
HSL color Cylindrical-coordinate representation of color #9453AF: hue angle of 282.39º 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 #9453AF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 83 | 175 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.31 |
| HSL | 282.39º | 0.37% | 0.51% | - |
| HSV(B) | 282.39º | 0.53% | 0.69% | - |
| XYZ | 23.04 | 15.58 | 42.35 | - |
| YUV | 112.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 175 | 0.15 | 0.53 | 0 | 0.31 | 282.39 | 0.37 | 0.51 |
| Hex | 94 | 53 | AF | F | 35 | 0 | 1F | 11A | 25 | 33 |
| Octal | 224 | 123 | 257 | 17 | 65 | 0 | 37 | 432 | 45 | 63 |
| Binary | 10010100 | 1010011 | 10101111 | 1111 | 110101 | 0 | 11111 | 100011010 | 100101 | 110011 |
Color Harmonies of #9453AF
Complementary color
Monochromatic Colors of #9453AF
Black with #9453AF
Text Example
Text Example
White with #9453AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453AF; }
p { color: rgb(148,83,175); }
H1.HeaderClassName
{
color: #9453AF;
}
.AnyTagClassName
{
color: #9453AF;
}
</style>
background-color css
<style>
a { background-color: #9453AF; }
a { background-color: rgb(148,83,175); }
div.DivClassName
{
background-color: #9453AF;
}
.BgClassName
{
background-color: #9453AF;
}
</style>
border-color css
<style>
span { border-color: #9453AF; }
span { border-color: rgb(148,83,175); }
td.TdClassName
{
border-color: #9453AF;
}
.TagClassName
{
border-color: #9453AF;
}
</style>