Shades of Vivid Violet #9227A0
Tints of Vivid Violet #9227A0
RGB
CMYK
RGB Variations
Color information
#9227A0 (or 0x9227A0) is known color: Vivid Violet. HEX triplet: 92, 27 and A0. RGB value is (146,39,160). Sum of RGB (Red+Green+Blue) = 146+39+160=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #9227A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9227A0 is #6DD85F. Grayscale: #545454. Windows color (decimal): -7198816 or 10495890. OLE color: 10495890.
HSL color Cylindrical-coordinate representation of color #9227A0: hue angle of 293.06º 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 #9227A0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 39 | 160 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.37 |
| HSL | 293.06º | 0.61% | 0.39% | - |
| HSV(B) | 293.06º | 0.76% | 0.63% | - |
| XYZ | 18.92 | 10.1 | 34.21 | - |
| YUV | 84.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 160 | 0.09 | 0.76 | 0 | 0.37 | 293.06 | 0.61 | 0.39 |
| Hex | 92 | 27 | A0 | 9 | 4C | 0 | 25 | 125 | 3D | 27 |
| Octal | 222 | 47 | 240 | 11 | 114 | 0 | 45 | 445 | 75 | 47 |
| Binary | 10010010 | 100111 | 10100000 | 1001 | 1001100 | 0 | 100101 | 100100101 | 111101 | 100111 |
Color Harmonies of #9227A0
Complementary color
Monochromatic Colors of #9227A0
Black with #9227A0
Text Example
Text Example
White with #9227A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9227A0; }
p { color: rgb(146,39,160); }
H1.HeaderClassName
{
color: #9227A0;
}
.AnyTagClassName
{
color: #9227A0;
}
</style>
background-color css
<style>
a { background-color: #9227A0; }
a { background-color: rgb(146,39,160); }
div.DivClassName
{
background-color: #9227A0;
}
.BgClassName
{
background-color: #9227A0;
}
</style>
border-color css
<style>
span { border-color: #9227A0; }
span { border-color: rgb(146,39,160); }
td.TdClassName
{
border-color: #9227A0;
}
.TagClassName
{
border-color: #9227A0;
}
</style>