Shades of Vivid Violet #9727A2
Tints of Vivid Violet #9727A2
RGB
CMYK
RGB Variations
Color information
#9727A2 (or 0x9727A2) is known color: Vivid Violet. HEX triplet: 97, 27 and A2. RGB value is (151,39,162). Sum of RGB (Red+Green+Blue) = 151+39+162=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #9727A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9727A2 is #68D85D. Grayscale: #565656. Windows color (decimal): -6871134 or 10626967. OLE color: 10626967.
HSL color Cylindrical-coordinate representation of color #9727A2: hue angle of 294.63º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9727A2 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 39 | 162 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.36 |
| HSL | 294.63º | 0.61% | 0.39% | - |
| HSV(B) | 294.63º | 0.76% | 0.64% | - |
| XYZ | 20.01 | 10.64 | 35.18 | - |
| YUV | 86.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 162 | 0.07 | 0.76 | 0 | 0.36 | 294.63 | 0.61 | 0.39 |
| Hex | 97 | 27 | A2 | 7 | 4C | 0 | 24 | 127 | 3D | 27 |
| Octal | 227 | 47 | 242 | 7 | 114 | 0 | 44 | 447 | 75 | 47 |
| Binary | 10010111 | 100111 | 10100010 | 111 | 1001100 | 0 | 100100 | 100100111 | 111101 | 100111 |
Color Harmonies of #9727A2
Complementary color
Monochromatic Colors of #9727A2
Black with #9727A2
Text Example
Text Example
White with #9727A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9727A2; }
p { color: rgb(151,39,162); }
H1.HeaderClassName
{
color: #9727A2;
}
.AnyTagClassName
{
color: #9727A2;
}
</style>
background-color css
<style>
a { background-color: #9727A2; }
a { background-color: rgb(151,39,162); }
div.DivClassName
{
background-color: #9727A2;
}
.BgClassName
{
background-color: #9727A2;
}
</style>
border-color css
<style>
span { border-color: #9727A2; }
span { border-color: rgb(151,39,162); }
td.TdClassName
{
border-color: #9727A2;
}
.TagClassName
{
border-color: #9727A2;
}
</style>