Shades of Vivid Violet #9A3EA0
Tints of Vivid Violet #9A3EA0
RGB
CMYK
RGB Variations
Color information
#9A3EA0 (or 0x9A3EA0) is known color: Vivid Violet. HEX triplet: 9A, 3E and A0. RGB value is (154,62,160). Sum of RGB (Red+Green+Blue) = 154+62+160=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A3EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3EA0 is #65C15F. Grayscale: #646464. Windows color (decimal): -6668640 or 10501786. OLE color: 10501786.
HSL color Cylindrical-coordinate representation of color #9A3EA0: hue angle of 296.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3EA0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 62 | 160 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.37 |
| HSL | 296.33º | 0.44% | 0.44% | - |
| HSV(B) | 296.33º | 0.61% | 0.63% | - |
| XYZ | 21.39 | 12.85 | 34.61 | - |
| YUV | 100.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 160 | 0.04 | 0.61 | 0 | 0.37 | 296.33 | 0.44 | 0.44 |
| Hex | 9A | 3E | A0 | 4 | 3D | 0 | 25 | 128 | 2C | 2C |
| Octal | 232 | 76 | 240 | 4 | 75 | 0 | 45 | 450 | 54 | 54 |
| Binary | 10011010 | 111110 | 10100000 | 100 | 111101 | 0 | 100101 | 100101000 | 101100 | 101100 |
Color Harmonies of #9A3EA0
Complementary color
Monochromatic Colors of #9A3EA0
Black with #9A3EA0
Text Example
Text Example
White with #9A3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3EA0; }
p { color: rgb(154,62,160); }
H1.HeaderClassName
{
color: #9A3EA0;
}
.AnyTagClassName
{
color: #9A3EA0;
}
</style>
background-color css
<style>
a { background-color: #9A3EA0; }
a { background-color: rgb(154,62,160); }
div.DivClassName
{
background-color: #9A3EA0;
}
.BgClassName
{
background-color: #9A3EA0;
}
</style>
border-color css
<style>
span { border-color: #9A3EA0; }
span { border-color: rgb(154,62,160); }
td.TdClassName
{
border-color: #9A3EA0;
}
.TagClassName
{
border-color: #9A3EA0;
}
</style>