Shades of Vivid Violet #9A229E
Tints of Vivid Violet #9A229E
RGB
CMYK
RGB Variations
Color information
#9A229E (or 0x9A229E) is known color: Vivid Violet. HEX triplet: 9A, 22 and 9E. RGB value is (154,34,158). Sum of RGB (Red+Green+Blue) = 154+34+158=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A229E is #65DD61. Grayscale: #535353. Windows color (decimal): -6675810 or 10363546. OLE color: 10363546.
HSL color Cylindrical-coordinate representation of color #9A229E: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A229E is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 34 | 158 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.38 |
| HSL | 298.06º | 0.65% | 0.38% | - |
| HSV(B) | 298.06º | 0.78% | 0.62% | - |
| XYZ | 20.07 | 10.48 | 33.31 | - |
| YUV | 84.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 158 | 0.03 | 0.78 | 0 | 0.38 | 298.06 | 0.65 | 0.38 |
| Hex | 9A | 22 | 9E | 3 | 4E | 0 | 26 | 12A | 41 | 26 |
| Octal | 232 | 42 | 236 | 3 | 116 | 0 | 46 | 452 | 101 | 46 |
| Binary | 10011010 | 100010 | 10011110 | 11 | 1001110 | 0 | 100110 | 100101010 | 1000001 | 100110 |
Color Harmonies of #9A229E
Complementary color
Monochromatic Colors of #9A229E
Black with #9A229E
Text Example
Text Example
White with #9A229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A229E; }
p { color: rgb(154,34,158); }
H1.HeaderClassName
{
color: #9A229E;
}
.AnyTagClassName
{
color: #9A229E;
}
</style>
background-color css
<style>
a { background-color: #9A229E; }
a { background-color: rgb(154,34,158); }
div.DivClassName
{
background-color: #9A229E;
}
.BgClassName
{
background-color: #9A229E;
}
</style>
border-color css
<style>
span { border-color: #9A229E; }
span { border-color: rgb(154,34,158); }
td.TdClassName
{
border-color: #9A229E;
}
.TagClassName
{
border-color: #9A229E;
}
</style>