Shades of Vivid Violet #9727A0
Tints of Vivid Violet #9727A0
RGB
CMYK
RGB Variations
Color information
#9727A0 (or 0x9727A0) is known color: Vivid Violet. HEX triplet: 97, 27 and A0. RGB value is (151,39,160). Sum of RGB (Red+Green+Blue) = 151+39+160=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #9727A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9727A0 is #68D85F. Grayscale: #555555. Windows color (decimal): -6871136 or 10495895. OLE color: 10495895.
HSL color Cylindrical-coordinate representation of color #9727A0: hue angle of 295.54º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9727A0 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 39 | 160 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.37 |
| HSL | 295.54º | 0.61% | 0.39% | - |
| HSV(B) | 295.54º | 0.76% | 0.63% | - |
| XYZ | 19.83 | 10.57 | 34.25 | - |
| YUV | 86.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 160 | 0.06 | 0.76 | 0 | 0.37 | 295.54 | 0.61 | 0.39 |
| Hex | 97 | 27 | A0 | 6 | 4C | 0 | 25 | 128 | 3D | 27 |
| Octal | 227 | 47 | 240 | 6 | 114 | 0 | 45 | 450 | 75 | 47 |
| Binary | 10010111 | 100111 | 10100000 | 110 | 1001100 | 0 | 100101 | 100101000 | 111101 | 100111 |
Color Harmonies of #9727A0
Complementary color
Monochromatic Colors of #9727A0
Black with #9727A0
Text Example
Text Example
White with #9727A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9727A0; }
p { color: rgb(151,39,160); }
H1.HeaderClassName
{
color: #9727A0;
}
.AnyTagClassName
{
color: #9727A0;
}
</style>
background-color css
<style>
a { background-color: #9727A0; }
a { background-color: rgb(151,39,160); }
div.DivClassName
{
background-color: #9727A0;
}
.BgClassName
{
background-color: #9727A0;
}
</style>
border-color css
<style>
span { border-color: #9727A0; }
span { border-color: rgb(151,39,160); }
td.TdClassName
{
border-color: #9727A0;
}
.TagClassName
{
border-color: #9727A0;
}
</style>