Shades of Vivid Violet #8935AA
Tints of Vivid Violet #8935AA
RGB
CMYK
RGB Variations
Color information
#8935AA (or 0x8935AA) is known color: Vivid Violet. HEX triplet: 89, 35 and AA. RGB value is (137,53,170). Sum of RGB (Red+Green+Blue) = 137+53+170=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #8935AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8935AA is #76CA55. Grayscale: #5B5B5B. Windows color (decimal): -7785046 or 11154825. OLE color: 11154825.
HSL color Cylindrical-coordinate representation of color #8935AA: hue angle of 283.08º 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 #8935AA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 53 | 170 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.33 |
| HSL | 283.08º | 0.52% | 0.44% | - |
| HSV(B) | 283.08º | 0.69% | 0.67% | - |
| XYZ | 18.85 | 10.77 | 39.12 | - |
| YUV | 91.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 170 | 0.19 | 0.69 | 0 | 0.33 | 283.08 | 0.52 | 0.44 |
| Hex | 89 | 35 | AA | 13 | 45 | 0 | 21 | 11B | 34 | 2C |
| Octal | 211 | 65 | 252 | 23 | 105 | 0 | 41 | 433 | 64 | 54 |
| Binary | 10001001 | 110101 | 10101010 | 10011 | 1000101 | 0 | 100001 | 100011011 | 110100 | 101100 |
Color Harmonies of #8935AA
Complementary color
Monochromatic Colors of #8935AA
Black with #8935AA
Text Example
Text Example
White with #8935AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935AA; }
p { color: rgb(137,53,170); }
H1.HeaderClassName
{
color: #8935AA;
}
.AnyTagClassName
{
color: #8935AA;
}
</style>
background-color css
<style>
a { background-color: #8935AA; }
a { background-color: rgb(137,53,170); }
div.DivClassName
{
background-color: #8935AA;
}
.BgClassName
{
background-color: #8935AA;
}
</style>
border-color css
<style>
span { border-color: #8935AA; }
span { border-color: rgb(137,53,170); }
td.TdClassName
{
border-color: #8935AA;
}
.TagClassName
{
border-color: #8935AA;
}
</style>