Shades of Vivid Violet #9731A2
Tints of Vivid Violet #9731A2
RGB
CMYK
RGB Variations
Color information
#9731A2 (or 0x9731A2) is known color: Vivid Violet. HEX triplet: 97, 31 and A2. RGB value is (151,49,162). Sum of RGB (Red+Green+Blue) = 151+49+162=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #9731A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9731A2 is #68CE5D. Grayscale: #5C5C5C. Windows color (decimal): -6868574 or 10629527. OLE color: 10629527.
HSL color Cylindrical-coordinate representation of color #9731A2: hue angle of 294.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9731A2 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 49 | 162 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.36 |
| HSL | 294.16º | 0.54% | 0.41% | - |
| HSV(B) | 294.16º | 0.7% | 0.64% | - |
| XYZ | 20.38 | 11.38 | 35.31 | - |
| YUV | 92.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 162 | 0.07 | 0.70 | 0 | 0.36 | 294.16 | 0.54 | 0.41 |
| Hex | 97 | 31 | A2 | 7 | 46 | 0 | 24 | 126 | 36 | 29 |
| Octal | 227 | 61 | 242 | 7 | 106 | 0 | 44 | 446 | 66 | 51 |
| Binary | 10010111 | 110001 | 10100010 | 111 | 1000110 | 0 | 100100 | 100100110 | 110110 | 101001 |
Color Harmonies of #9731A2
Complementary color
Monochromatic Colors of #9731A2
Black with #9731A2
Text Example
Text Example
White with #9731A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9731A2; }
p { color: rgb(151,49,162); }
H1.HeaderClassName
{
color: #9731A2;
}
.AnyTagClassName
{
color: #9731A2;
}
</style>
background-color css
<style>
a { background-color: #9731A2; }
a { background-color: rgb(151,49,162); }
div.DivClassName
{
background-color: #9731A2;
}
.BgClassName
{
background-color: #9731A2;
}
</style>
border-color css
<style>
span { border-color: #9731A2; }
span { border-color: rgb(151,49,162); }
td.TdClassName
{
border-color: #9731A2;
}
.TagClassName
{
border-color: #9731A2;
}
</style>