Shades of Vivid Violet #9A3398
Tints of Vivid Violet #9A3398
RGB
CMYK
RGB Variations
Color information
#9A3398 (or 0x9A3398) is known color: Vivid Violet. HEX triplet: 9A, 33 and 98. RGB value is (154,51,152). Sum of RGB (Red+Green+Blue) = 154+51+152=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3398 is #65CC67. Grayscale: #5D5D5D. Windows color (decimal): -6671464 or 9974682. OLE color: 9974682.
HSL color Cylindrical-coordinate representation of color #9A3398: hue angle of 301.17º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3398 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 152 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.40 |
| HSL | 301.17º | 0.5% | 0.4% | - |
| HSV(B) | 301.17º | 0.67% | 0.6% | - |
| XYZ | 20.18 | 11.5 | 30.86 | - |
| YUV | 93.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 152 | 0 | 0.67 | 0.01 | 0.40 | 301.17 | 0.5 | 0.4 |
| Hex | 9A | 33 | 98 | 0 | 43 | 1 | 28 | 12D | 32 | 28 |
| Octal | 232 | 63 | 230 | 0 | 103 | 1 | 50 | 455 | 62 | 50 |
| Binary | 10011010 | 110011 | 10011000 | 0 | 1000011 | 1 | 101000 | 100101101 | 110010 | 101000 |
Color Harmonies of #9A3398
Complementary color
Monochromatic Colors of #9A3398
Black with #9A3398
Text Example
Text Example
White with #9A3398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3398; }
p { color: rgb(154,51,152); }
H1.HeaderClassName
{
color: #9A3398;
}
.AnyTagClassName
{
color: #9A3398;
}
</style>
background-color css
<style>
a { background-color: #9A3398; }
a { background-color: rgb(154,51,152); }
div.DivClassName
{
background-color: #9A3398;
}
.BgClassName
{
background-color: #9A3398;
}
</style>
border-color css
<style>
span { border-color: #9A3398; }
span { border-color: rgb(154,51,152); }
td.TdClassName
{
border-color: #9A3398;
}
.TagClassName
{
border-color: #9A3398;
}
</style>