Shades of Deep Lilac #9A3FAC
Tints of Deep Lilac #9A3FAC
RGB
CMYK
RGB Variations
Color information
#9A3FAC (or 0x9A3FAC) is known color: Deep Lilac. HEX triplet: 9A, 3F and AC. RGB value is (154,63,172). Sum of RGB (Red+Green+Blue) = 154+63+172=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3FAC is #65C053. Grayscale: #666666. Windows color (decimal): -6668372 or 11288474. OLE color: 11288474.
HSL color Cylindrical-coordinate representation of color #9A3FAC: hue angle of 290.09º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3FAC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 63 | 172 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.33 |
| HSL | 290.09º | 0.46% | 0.46% | - |
| HSV(B) | 290.09º | 0.63% | 0.67% | - |
| XYZ | 22.55 | 13.4 | 40.43 | - |
| YUV | 102.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 172 | 0.10 | 0.63 | 0 | 0.33 | 290.09 | 0.46 | 0.46 |
| Hex | 9A | 3F | AC | A | 3F | 0 | 21 | 122 | 2E | 2E |
| Octal | 232 | 77 | 254 | 12 | 77 | 0 | 41 | 442 | 56 | 56 |
| Binary | 10011010 | 111111 | 10101100 | 1010 | 111111 | 0 | 100001 | 100100010 | 101110 | 101110 |
Color Harmonies of #9A3FAC
Complementary color
Monochromatic Colors of #9A3FAC
Black with #9A3FAC
Text Example
Text Example
White with #9A3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FAC; }
p { color: rgb(154,63,172); }
H1.HeaderClassName
{
color: #9A3FAC;
}
.AnyTagClassName
{
color: #9A3FAC;
}
</style>
background-color css
<style>
a { background-color: #9A3FAC; }
a { background-color: rgb(154,63,172); }
div.DivClassName
{
background-color: #9A3FAC;
}
.BgClassName
{
background-color: #9A3FAC;
}
</style>
border-color css
<style>
span { border-color: #9A3FAC; }
span { border-color: rgb(154,63,172); }
td.TdClassName
{
border-color: #9A3FAC;
}
.TagClassName
{
border-color: #9A3FAC;
}
</style>