Shades of Deep Lilac #9A3FAA
Tints of Deep Lilac #9A3FAA
RGB
CMYK
RGB Variations
Color information
#9A3FAA (or 0x9A3FAA) is known color: Deep Lilac. HEX triplet: 9A, 3F and AA. RGB value is (154,63,170). Sum of RGB (Red+Green+Blue) = 154+63+170=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3FAA is #65C055. Grayscale: #666666. Windows color (decimal): -6668374 or 11157402. OLE color: 11157402.
HSL color Cylindrical-coordinate representation of color #9A3FAA: hue angle of 291.03º 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 #9A3FAA is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 63 | 170 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.33 |
| HSL | 291.03º | 0.46% | 0.46% | - |
| HSV(B) | 291.03º | 0.63% | 0.67% | - |
| XYZ | 22.36 | 13.33 | 39.42 | - |
| YUV | 102.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 170 | 0.09 | 0.63 | 0 | 0.33 | 291.03 | 0.46 | 0.46 |
| Hex | 9A | 3F | AA | 9 | 3F | 0 | 21 | 123 | 2E | 2E |
| Octal | 232 | 77 | 252 | 11 | 77 | 0 | 41 | 443 | 56 | 56 |
| Binary | 10011010 | 111111 | 10101010 | 1001 | 111111 | 0 | 100001 | 100100011 | 101110 | 101110 |
Color Harmonies of #9A3FAA
Complementary color
Monochromatic Colors of #9A3FAA
Black with #9A3FAA
Text Example
Text Example
White with #9A3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FAA; }
p { color: rgb(154,63,170); }
H1.HeaderClassName
{
color: #9A3FAA;
}
.AnyTagClassName
{
color: #9A3FAA;
}
</style>
background-color css
<style>
a { background-color: #9A3FAA; }
a { background-color: rgb(154,63,170); }
div.DivClassName
{
background-color: #9A3FAA;
}
.BgClassName
{
background-color: #9A3FAA;
}
</style>
border-color css
<style>
span { border-color: #9A3FAA; }
span { border-color: rgb(154,63,170); }
td.TdClassName
{
border-color: #9A3FAA;
}
.TagClassName
{
border-color: #9A3FAA;
}
</style>