Shades of Vivid Violet #9127A0
Tints of Vivid Violet #9127A0
RGB
CMYK
RGB Variations
Color information
#9127A0 (or 0x9127A0) is known color: Vivid Violet. HEX triplet: 91, 27 and A0. RGB value is (145,39,160). Sum of RGB (Red+Green+Blue) = 145+39+160=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #9127A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9127A0 is #6ED85F. Grayscale: #545454. Windows color (decimal): -7264352 or 10495889. OLE color: 10495889.
HSL color Cylindrical-coordinate representation of color #9127A0: hue angle of 292.56º 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 #9127A0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 39 | 160 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.37 |
| HSL | 292.56º | 0.61% | 0.39% | - |
| HSV(B) | 292.56º | 0.76% | 0.63% | - |
| XYZ | 18.75 | 10.01 | 34.2 | - |
| YUV | 84.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 160 | 0.09 | 0.76 | 0 | 0.37 | 292.56 | 0.61 | 0.39 |
| Hex | 91 | 27 | A0 | 9 | 4C | 0 | 25 | 125 | 3D | 27 |
| Octal | 221 | 47 | 240 | 11 | 114 | 0 | 45 | 445 | 75 | 47 |
| Binary | 10010001 | 100111 | 10100000 | 1001 | 1001100 | 0 | 100101 | 100100101 | 111101 | 100111 |
Color Harmonies of #9127A0
Complementary color
Monochromatic Colors of #9127A0
Black with #9127A0
Text Example
Text Example
White with #9127A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127A0; }
p { color: rgb(145,39,160); }
H1.HeaderClassName
{
color: #9127A0;
}
.AnyTagClassName
{
color: #9127A0;
}
</style>
background-color css
<style>
a { background-color: #9127A0; }
a { background-color: rgb(145,39,160); }
div.DivClassName
{
background-color: #9127A0;
}
.BgClassName
{
background-color: #9127A0;
}
</style>
border-color css
<style>
span { border-color: #9127A0; }
span { border-color: rgb(145,39,160); }
td.TdClassName
{
border-color: #9127A0;
}
.TagClassName
{
border-color: #9127A0;
}
</style>