Shades of Vivid Violet #9A2D96
Tints of Vivid Violet #9A2D96
RGB
CMYK
RGB Variations
Color information
#9A2D96 (or 0x9A2D96) is known color: Vivid Violet. HEX triplet: 9A, 2D and 96. RGB value is (154,45,150). Sum of RGB (Red+Green+Blue) = 154+45+150=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2D96 is #65D269. Grayscale: #595959. Windows color (decimal): -6673002 or 9842074. OLE color: 9842074.
HSL color Cylindrical-coordinate representation of color #9A2D96: hue angle of 302.2º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A2D96 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 45 | 150 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.40 |
| HSL | 302.2º | 0.55% | 0.39% | - |
| HSV(B) | 302.2º | 0.71% | 0.6% | - |
| XYZ | 19.77 | 10.95 | 29.93 | - |
| YUV | 89.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 150 | 0 | 0.71 | 0.03 | 0.40 | 302.2 | 0.55 | 0.39 |
| Hex | 9A | 2D | 96 | 0 | 47 | 3 | 28 | 12E | 37 | 27 |
| Octal | 232 | 55 | 226 | 0 | 107 | 3 | 50 | 456 | 67 | 47 |
| Binary | 10011010 | 101101 | 10010110 | 0 | 1000111 | 11 | 101000 | 100101110 | 110111 | 100111 |
Color Harmonies of #9A2D96
Complementary color
Monochromatic Colors of #9A2D96
Black with #9A2D96
Text Example
Text Example
White with #9A2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2D96; }
p { color: rgb(154,45,150); }
H1.HeaderClassName
{
color: #9A2D96;
}
.AnyTagClassName
{
color: #9A2D96;
}
</style>
background-color css
<style>
a { background-color: #9A2D96; }
a { background-color: rgb(154,45,150); }
div.DivClassName
{
background-color: #9A2D96;
}
.BgClassName
{
background-color: #9A2D96;
}
</style>
border-color css
<style>
span { border-color: #9A2D96; }
span { border-color: rgb(154,45,150); }
td.TdClassName
{
border-color: #9A2D96;
}
.TagClassName
{
border-color: #9A2D96;
}
</style>