Shades of Vivid Violet #9A2CA9
Tints of Vivid Violet #9A2CA9
RGB
CMYK
RGB Variations
Color information
#9A2CA9 (or 0x9A2CA9) is known color: Vivid Violet. HEX triplet: 9A, 2C and A9. RGB value is (154,44,169). Sum of RGB (Red+Green+Blue) = 154+44+169=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A2CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2CA9 is #65D356. Grayscale: #5A5A5A. Windows color (decimal): -6673239 or 11087002. OLE color: 11087002.
HSL color Cylindrical-coordinate representation of color #9A2CA9: hue angle of 292.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2CA9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 44 | 169 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.34 |
| HSL | 292.8º | 0.59% | 0.42% | - |
| HSV(B) | 292.8º | 0.74% | 0.66% | - |
| XYZ | 21.39 | 11.54 | 38.64 | - |
| YUV | 91.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 169 | 0.09 | 0.74 | 0 | 0.34 | 292.8 | 0.59 | 0.42 |
| Hex | 9A | 2C | A9 | 9 | 4A | 0 | 22 | 125 | 3B | 2A |
| Octal | 232 | 54 | 251 | 11 | 112 | 0 | 42 | 445 | 73 | 52 |
| Binary | 10011010 | 101100 | 10101001 | 1001 | 1001010 | 0 | 100010 | 100100101 | 111011 | 101010 |
Color Harmonies of #9A2CA9
Complementary color
Monochromatic Colors of #9A2CA9
Black with #9A2CA9
Text Example
Text Example
White with #9A2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CA9; }
p { color: rgb(154,44,169); }
H1.HeaderClassName
{
color: #9A2CA9;
}
.AnyTagClassName
{
color: #9A2CA9;
}
</style>
background-color css
<style>
a { background-color: #9A2CA9; }
a { background-color: rgb(154,44,169); }
div.DivClassName
{
background-color: #9A2CA9;
}
.BgClassName
{
background-color: #9A2CA9;
}
</style>
border-color css
<style>
span { border-color: #9A2CA9; }
span { border-color: rgb(154,44,169); }
td.TdClassName
{
border-color: #9A2CA9;
}
.TagClassName
{
border-color: #9A2CA9;
}
</style>