Shades of Vivid Violet #9127A1
Tints of Vivid Violet #9127A1
RGB
CMYK
RGB Variations
Color information
#9127A1 (or 0x9127A1) is known color: Vivid Violet. HEX triplet: 91, 27 and A1. RGB value is (145,39,161). Sum of RGB (Red+Green+Blue) = 145+39+161=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #9127A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9127A1 is #6ED85E. Grayscale: #545454. Windows color (decimal): -7264351 or 10561425. OLE color: 10561425.
HSL color Cylindrical-coordinate representation of color #9127A1: hue angle of 292.13º 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 #9127A1 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 39 | 161 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.37 |
| HSL | 292.13º | 0.61% | 0.39% | - |
| HSV(B) | 292.13º | 0.76% | 0.63% | - |
| XYZ | 18.84 | 10.04 | 34.66 | - |
| YUV | 84.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 161 | 0.10 | 0.76 | 0 | 0.37 | 292.13 | 0.61 | 0.39 |
| Hex | 91 | 27 | A1 | A | 4C | 0 | 25 | 124 | 3D | 27 |
| Octal | 221 | 47 | 241 | 12 | 114 | 0 | 45 | 444 | 75 | 47 |
| Binary | 10010001 | 100111 | 10100001 | 1010 | 1001100 | 0 | 100101 | 100100100 | 111101 | 100111 |
Color Harmonies of #9127A1
Complementary color
Monochromatic Colors of #9127A1
Black with #9127A1
Text Example
Text Example
White with #9127A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127A1; }
p { color: rgb(145,39,161); }
H1.HeaderClassName
{
color: #9127A1;
}
.AnyTagClassName
{
color: #9127A1;
}
</style>
background-color css
<style>
a { background-color: #9127A1; }
a { background-color: rgb(145,39,161); }
div.DivClassName
{
background-color: #9127A1;
}
.BgClassName
{
background-color: #9127A1;
}
</style>
border-color css
<style>
span { border-color: #9127A1; }
span { border-color: rgb(145,39,161); }
td.TdClassName
{
border-color: #9127A1;
}
.TagClassName
{
border-color: #9127A1;
}
</style>