Shades of Vivid Violet #9A229D
Tints of Vivid Violet #9A229D
RGB
CMYK
RGB Variations
Color information
#9A229D (or 0x9A229D) is known color: Vivid Violet. HEX triplet: 9A, 22 and 9D. RGB value is (154,34,157). Sum of RGB (Red+Green+Blue) = 154+34+157=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A229D is #65DD62. Grayscale: #535353. Windows color (decimal): -6675811 or 10298010. OLE color: 10298010.
HSL color Cylindrical-coordinate representation of color #9A229D: hue angle of 298.54º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A229D is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 34 | 157 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.38 |
| HSL | 298.54º | 0.64% | 0.37% | - |
| HSV(B) | 298.54º | 0.78% | 0.62% | - |
| XYZ | 19.98 | 10.45 | 32.86 | - |
| YUV | 83.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 157 | 0.02 | 0.78 | 0 | 0.38 | 298.54 | 0.64 | 0.37 |
| Hex | 9A | 22 | 9D | 2 | 4E | 0 | 26 | 12B | 40 | 25 |
| Octal | 232 | 42 | 235 | 2 | 116 | 0 | 46 | 453 | 100 | 45 |
| Binary | 10011010 | 100010 | 10011101 | 10 | 1001110 | 0 | 100110 | 100101011 | 1000000 | 100101 |
Color Harmonies of #9A229D
Complementary color
Monochromatic Colors of #9A229D
Black with #9A229D
Text Example
Text Example
White with #9A229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A229D; }
p { color: rgb(154,34,157); }
H1.HeaderClassName
{
color: #9A229D;
}
.AnyTagClassName
{
color: #9A229D;
}
</style>
background-color css
<style>
a { background-color: #9A229D; }
a { background-color: rgb(154,34,157); }
div.DivClassName
{
background-color: #9A229D;
}
.BgClassName
{
background-color: #9A229D;
}
</style>
border-color css
<style>
span { border-color: #9A229D; }
span { border-color: rgb(154,34,157); }
td.TdClassName
{
border-color: #9A229D;
}
.TagClassName
{
border-color: #9A229D;
}
</style>