Shades of Vivid Violet #9A239A
Tints of Vivid Violet #9A239A
RGB
CMYK
RGB Variations
Color information
#9A239A (or 0x9A239A) is known color: Vivid Violet. HEX triplet: 9A, 23 and 9A. RGB value is (154,35,154). Sum of RGB (Red+Green+Blue) = 154+35+154=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A239A is #65DC65. Grayscale: #535353. Windows color (decimal): -6675558 or 10101658. OLE color: 10101658.
HSL color Cylindrical-coordinate representation of color #9A239A: hue angle of 300º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A239A is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 154 | - |
| CMYK | 0 | 0.77 | 0 | 0.40 |
| HSL | 300º | 0.63% | 0.37% | - |
| HSV(B) | 300º | 0.77% | 0.6% | - |
| XYZ | 19.76 | 10.41 | 31.54 | - |
| YUV | 84.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 154 | 0 | 0.77 | 0 | 0.40 | 300 | 0.63 | 0.37 |
| Hex | 9A | 23 | 9A | 0 | 4D | 0 | 28 | 12C | 3F | 25 |
| Octal | 232 | 43 | 232 | 0 | 115 | 0 | 50 | 454 | 77 | 45 |
| Binary | 10011010 | 100011 | 10011010 | 0 | 1001101 | 0 | 101000 | 100101100 | 111111 | 100101 |
Color Harmonies of #9A239A
Complementary color
Monochromatic Colors of #9A239A
Black with #9A239A
Text Example
Text Example
White with #9A239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A239A; }
p { color: rgb(154,35,154); }
H1.HeaderClassName
{
color: #9A239A;
}
.AnyTagClassName
{
color: #9A239A;
}
</style>
background-color css
<style>
a { background-color: #9A239A; }
a { background-color: rgb(154,35,154); }
div.DivClassName
{
background-color: #9A239A;
}
.BgClassName
{
background-color: #9A239A;
}
</style>
border-color css
<style>
span { border-color: #9A239A; }
span { border-color: rgb(154,35,154); }
td.TdClassName
{
border-color: #9A239A;
}
.TagClassName
{
border-color: #9A239A;
}
</style>