Shades of Vivid Violet #9235AA
Tints of Vivid Violet #9235AA
RGB
CMYK
RGB Variations
Color information
#9235AA (or 0x9235AA) is known color: Vivid Violet. HEX triplet: 92, 35 and AA. RGB value is (146,53,170). Sum of RGB (Red+Green+Blue) = 146+53+170=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9235AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9235AA is #6DCA55. Grayscale: #5D5D5D. Windows color (decimal): -7195222 or 11154834. OLE color: 11154834.
HSL color Cylindrical-coordinate representation of color #9235AA: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9235AA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 53 | 170 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.33 |
| HSL | 287.69º | 0.52% | 0.44% | - |
| HSV(B) | 287.69º | 0.69% | 0.67% | - |
| XYZ | 20.38 | 11.56 | 39.19 | - |
| YUV | 94.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 170 | 0.14 | 0.69 | 0 | 0.33 | 287.69 | 0.52 | 0.44 |
| Hex | 92 | 35 | AA | E | 45 | 0 | 21 | 120 | 34 | 2C |
| Octal | 222 | 65 | 252 | 16 | 105 | 0 | 41 | 440 | 64 | 54 |
| Binary | 10010010 | 110101 | 10101010 | 1110 | 1000101 | 0 | 100001 | 100100000 | 110100 | 101100 |
Color Harmonies of #9235AA
Complementary color
Monochromatic Colors of #9235AA
Black with #9235AA
Text Example
Text Example
White with #9235AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9235AA; }
p { color: rgb(146,53,170); }
H1.HeaderClassName
{
color: #9235AA;
}
.AnyTagClassName
{
color: #9235AA;
}
</style>
background-color css
<style>
a { background-color: #9235AA; }
a { background-color: rgb(146,53,170); }
div.DivClassName
{
background-color: #9235AA;
}
.BgClassName
{
background-color: #9235AA;
}
</style>
border-color css
<style>
span { border-color: #9235AA; }
span { border-color: rgb(146,53,170); }
td.TdClassName
{
border-color: #9235AA;
}
.TagClassName
{
border-color: #9235AA;
}
</style>