Shades of Deep Lilac #9445AF
Tints of Deep Lilac #9445AF
RGB
CMYK
RGB Variations
Color information
#9445AF (or 0x9445AF) is known color: Deep Lilac. HEX triplet: 94, 45 and AF. RGB value is (148,69,175). Sum of RGB (Red+Green+Blue) = 148+69+175=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #9445AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9445AF is #6BBA50. Grayscale: #686868. Windows color (decimal): -7060049 or 11486612. OLE color: 11486612.
HSL color Cylindrical-coordinate representation of color #9445AF: hue angle of 284.72º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9445AF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 69 | 175 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.31 |
| HSL | 284.72º | 0.43% | 0.48% | - |
| HSV(B) | 284.72º | 0.61% | 0.69% | - |
| XYZ | 22.08 | 13.65 | 42.03 | - |
| YUV | 104.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 175 | 0.15 | 0.61 | 0 | 0.31 | 284.72 | 0.43 | 0.48 |
| Hex | 94 | 45 | AF | F | 3D | 0 | 1F | 11D | 2B | 30 |
| Octal | 224 | 105 | 257 | 17 | 75 | 0 | 37 | 435 | 53 | 60 |
| Binary | 10010100 | 1000101 | 10101111 | 1111 | 111101 | 0 | 11111 | 100011101 | 101011 | 110000 |
Color Harmonies of #9445AF
Complementary color
Monochromatic Colors of #9445AF
Black with #9445AF
Text Example
Text Example
White with #9445AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9445AF; }
p { color: rgb(148,69,175); }
H1.HeaderClassName
{
color: #9445AF;
}
.AnyTagClassName
{
color: #9445AF;
}
</style>
background-color css
<style>
a { background-color: #9445AF; }
a { background-color: rgb(148,69,175); }
div.DivClassName
{
background-color: #9445AF;
}
.BgClassName
{
background-color: #9445AF;
}
</style>
border-color css
<style>
span { border-color: #9445AF; }
span { border-color: rgb(148,69,175); }
td.TdClassName
{
border-color: #9445AF;
}
.TagClassName
{
border-color: #9445AF;
}
</style>