Shades of Vivid Violet #9A3096
Tints of Vivid Violet #9A3096
RGB
CMYK
RGB Variations
Color information
#9A3096 (or 0x9A3096) is known color: Vivid Violet. HEX triplet: 9A, 30 and 96. RGB value is (154,48,150). Sum of RGB (Red+Green+Blue) = 154+48+150=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3096 is #65CF69. Grayscale: #5B5B5B. Windows color (decimal): -6672234 or 9842842. OLE color: 9842842.
HSL color Cylindrical-coordinate representation of color #9A3096: hue angle of 302.26º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3096 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 48 | 150 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.40 |
| HSL | 302.26º | 0.52% | 0.4% | - |
| HSV(B) | 302.26º | 0.69% | 0.6% | - |
| XYZ | 19.89 | 11.19 | 29.97 | - |
| YUV | 91.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 150 | 0 | 0.69 | 0.03 | 0.40 | 302.26 | 0.52 | 0.4 |
| Hex | 9A | 30 | 96 | 0 | 45 | 3 | 28 | 12E | 34 | 28 |
| Octal | 232 | 60 | 226 | 0 | 105 | 3 | 50 | 456 | 64 | 50 |
| Binary | 10011010 | 110000 | 10010110 | 0 | 1000101 | 11 | 101000 | 100101110 | 110100 | 101000 |
Color Harmonies of #9A3096
Complementary color
Monochromatic Colors of #9A3096
Black with #9A3096
Text Example
Text Example
White with #9A3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3096; }
p { color: rgb(154,48,150); }
H1.HeaderClassName
{
color: #9A3096;
}
.AnyTagClassName
{
color: #9A3096;
}
</style>
background-color css
<style>
a { background-color: #9A3096; }
a { background-color: rgb(154,48,150); }
div.DivClassName
{
background-color: #9A3096;
}
.BgClassName
{
background-color: #9A3096;
}
</style>
border-color css
<style>
span { border-color: #9A3096; }
span { border-color: rgb(154,48,150); }
td.TdClassName
{
border-color: #9A3096;
}
.TagClassName
{
border-color: #9A3096;
}
</style>