Shades of Vivid Violet #9A319A
Tints of Vivid Violet #9A319A
RGB
CMYK
RGB Variations
Color information
#9A319A (or 0x9A319A) is known color: Vivid Violet. HEX triplet: 9A, 31 and 9A. RGB value is (154,49,154). Sum of RGB (Red+Green+Blue) = 154+49+154=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A319A is #65CE65. Grayscale: #5C5C5C. Windows color (decimal): -6671974 or 10105242. OLE color: 10105242.
HSL color Cylindrical-coordinate representation of color #9A319A: hue angle of 300º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A319A is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 154 | - |
| CMYK | 0 | 0.68 | 0 | 0.40 |
| HSL | 300º | 0.52% | 0.4% | - |
| HSV(B) | 300º | 0.68% | 0.6% | - |
| XYZ | 20.26 | 11.4 | 31.7 | - |
| YUV | 92.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 154 | 0 | 0.68 | 0 | 0.40 | 300 | 0.52 | 0.4 |
| Hex | 9A | 31 | 9A | 0 | 44 | 0 | 28 | 12C | 34 | 28 |
| Octal | 232 | 61 | 232 | 0 | 104 | 0 | 50 | 454 | 64 | 50 |
| Binary | 10011010 | 110001 | 10011010 | 0 | 1000100 | 0 | 101000 | 100101100 | 110100 | 101000 |
Color Harmonies of #9A319A
Complementary color
Monochromatic Colors of #9A319A
Black with #9A319A
Text Example
Text Example
White with #9A319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A319A; }
p { color: rgb(154,49,154); }
H1.HeaderClassName
{
color: #9A319A;
}
.AnyTagClassName
{
color: #9A319A;
}
</style>
background-color css
<style>
a { background-color: #9A319A; }
a { background-color: rgb(154,49,154); }
div.DivClassName
{
background-color: #9A319A;
}
.BgClassName
{
background-color: #9A319A;
}
</style>
border-color css
<style>
span { border-color: #9A319A; }
span { border-color: rgb(154,49,154); }
td.TdClassName
{
border-color: #9A319A;
}
.TagClassName
{
border-color: #9A319A;
}
</style>