Shades of Vivid Violet #9121AA
Tints of Vivid Violet #9121AA
RGB
CMYK
RGB Variations
Color information
#9121AA (or 0x9121AA) is known color: Vivid Violet. HEX triplet: 91, 21 and AA. RGB value is (145,33,170). Sum of RGB (Red+Green+Blue) = 145+33+170=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #9121AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9121AA is #6EDE55. Grayscale: #515151. Windows color (decimal): -7265878 or 11149713. OLE color: 11149713.
HSL color Cylindrical-coordinate representation of color #9121AA: hue angle of 289.05º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9121AA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 33 | 170 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.33 |
| HSL | 289.05º | 0.67% | 0.4% | - |
| HSV(B) | 289.05º | 0.81% | 0.67% | - |
| XYZ | 19.48 | 10.01 | 38.94 | - |
| YUV | 82.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 170 | 0.15 | 0.81 | 0 | 0.33 | 289.05 | 0.67 | 0.4 |
| Hex | 91 | 21 | AA | F | 51 | 0 | 21 | 121 | 43 | 28 |
| Octal | 221 | 41 | 252 | 17 | 121 | 0 | 41 | 441 | 103 | 50 |
| Binary | 10010001 | 100001 | 10101010 | 1111 | 1010001 | 0 | 100001 | 100100001 | 1000011 | 101000 |
Color Harmonies of #9121AA
Complementary color
Monochromatic Colors of #9121AA
Black with #9121AA
Text Example
Text Example
White with #9121AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121AA; }
p { color: rgb(145,33,170); }
H1.HeaderClassName
{
color: #9121AA;
}
.AnyTagClassName
{
color: #9121AA;
}
</style>
background-color css
<style>
a { background-color: #9121AA; }
a { background-color: rgb(145,33,170); }
div.DivClassName
{
background-color: #9121AA;
}
.BgClassName
{
background-color: #9121AA;
}
</style>
border-color css
<style>
span { border-color: #9121AA; }
span { border-color: rgb(145,33,170); }
td.TdClassName
{
border-color: #9121AA;
}
.TagClassName
{
border-color: #9121AA;
}
</style>