Shades of Vivid Violet #9232AA
Tints of Vivid Violet #9232AA
RGB
CMYK
RGB Variations
Color information
#9232AA (or 0x9232AA) is known color: Vivid Violet. HEX triplet: 92, 32 and AA. RGB value is (146,50,170). Sum of RGB (Red+Green+Blue) = 146+50+170=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #9232AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9232AA is #6DCD55. Grayscale: #5C5C5C. Windows color (decimal): -7195990 or 11154066. OLE color: 11154066.
HSL color Cylindrical-coordinate representation of color #9232AA: hue angle of 288º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9232AA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 50 | 170 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.33 |
| HSL | 288º | 0.55% | 0.43% | - |
| HSV(B) | 288º | 0.71% | 0.67% | - |
| XYZ | 20.25 | 11.29 | 39.14 | - |
| YUV | 92.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 170 | 0.14 | 0.71 | 0 | 0.33 | 288 | 0.55 | 0.43 |
| Hex | 92 | 32 | AA | E | 47 | 0 | 21 | 120 | 37 | 2B |
| Octal | 222 | 62 | 252 | 16 | 107 | 0 | 41 | 440 | 67 | 53 |
| Binary | 10010010 | 110010 | 10101010 | 1110 | 1000111 | 0 | 100001 | 100100000 | 110111 | 101011 |
Color Harmonies of #9232AA
Complementary color
Monochromatic Colors of #9232AA
Black with #9232AA
Text Example
Text Example
White with #9232AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232AA; }
p { color: rgb(146,50,170); }
H1.HeaderClassName
{
color: #9232AA;
}
.AnyTagClassName
{
color: #9232AA;
}
</style>
background-color css
<style>
a { background-color: #9232AA; }
a { background-color: rgb(146,50,170); }
div.DivClassName
{
background-color: #9232AA;
}
.BgClassName
{
background-color: #9232AA;
}
</style>
border-color css
<style>
span { border-color: #9232AA; }
span { border-color: rgb(146,50,170); }
td.TdClassName
{
border-color: #9232AA;
}
.TagClassName
{
border-color: #9232AA;
}
</style>