Shades of Vivid Violet #8A33AE
Tints of Vivid Violet #8A33AE
RGB
CMYK
RGB Variations
Color information
#8A33AE (or 0x8A33AE) is known color: Vivid Violet. HEX triplet: 8A, 33 and AE. RGB value is (138,51,174). Sum of RGB (Red+Green+Blue) = 138+51+174=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A33AE is #75CC51. Grayscale: #5A5A5A. Windows color (decimal): -7720018 or 11416458. OLE color: 11416458.
HSL color Cylindrical-coordinate representation of color #8A33AE: hue angle of 282.44º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A33AE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 51 | 174 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.32 |
| HSL | 282.44º | 0.55% | 0.44% | - |
| HSV(B) | 282.44º | 0.71% | 0.68% | - |
| XYZ | 19.31 | 10.83 | 41.12 | - |
| YUV | 91.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 174 | 0.21 | 0.71 | 0 | 0.32 | 282.44 | 0.55 | 0.44 |
| Hex | 8A | 33 | AE | 15 | 47 | 0 | 20 | 11A | 37 | 2C |
| Octal | 212 | 63 | 256 | 25 | 107 | 0 | 40 | 432 | 67 | 54 |
| Binary | 10001010 | 110011 | 10101110 | 10101 | 1000111 | 0 | 100000 | 100011010 | 110111 | 101100 |
Color Harmonies of #8A33AE
Complementary color
Monochromatic Colors of #8A33AE
Black with #8A33AE
Text Example
Text Example
White with #8A33AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A33AE; }
p { color: rgb(138,51,174); }
H1.HeaderClassName
{
color: #8A33AE;
}
.AnyTagClassName
{
color: #8A33AE;
}
</style>
background-color css
<style>
a { background-color: #8A33AE; }
a { background-color: rgb(138,51,174); }
div.DivClassName
{
background-color: #8A33AE;
}
.BgClassName
{
background-color: #8A33AE;
}
</style>
border-color css
<style>
span { border-color: #8A33AE; }
span { border-color: rgb(138,51,174); }
td.TdClassName
{
border-color: #8A33AE;
}
.TagClassName
{
border-color: #8A33AE;
}
</style>