Shades of Vivid Violet #8A33A4
Tints of Vivid Violet #8A33A4
RGB
CMYK
RGB Variations
Color information
#8A33A4 (or 0x8A33A4) is known color: Vivid Violet. HEX triplet: 8A, 33 and A4. RGB value is (138,51,164). Sum of RGB (Red+Green+Blue) = 138+51+164=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A33A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A33A4 is #75CC5B. Grayscale: #595959. Windows color (decimal): -7720028 or 10761098. OLE color: 10761098.
HSL color Cylindrical-coordinate representation of color #8A33A4: hue angle of 286.19º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A33A4 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 51 | 164 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.36 |
| HSL | 286.19º | 0.53% | 0.42% | - |
| HSV(B) | 286.19º | 0.69% | 0.64% | - |
| XYZ | 18.37 | 10.45 | 36.17 | - |
| YUV | 89.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 164 | 0.16 | 0.69 | 0 | 0.36 | 286.19 | 0.53 | 0.42 |
| Hex | 8A | 33 | A4 | 10 | 45 | 0 | 24 | 11E | 35 | 2A |
| Octal | 212 | 63 | 244 | 20 | 105 | 0 | 44 | 436 | 65 | 52 |
| Binary | 10001010 | 110011 | 10100100 | 10000 | 1000101 | 0 | 100100 | 100011110 | 110101 | 101010 |
Color Harmonies of #8A33A4
Complementary color
Monochromatic Colors of #8A33A4
Black with #8A33A4
Text Example
Text Example
White with #8A33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A33A4; }
p { color: rgb(138,51,164); }
H1.HeaderClassName
{
color: #8A33A4;
}
.AnyTagClassName
{
color: #8A33A4;
}
</style>
background-color css
<style>
a { background-color: #8A33A4; }
a { background-color: rgb(138,51,164); }
div.DivClassName
{
background-color: #8A33A4;
}
.BgClassName
{
background-color: #8A33A4;
}
</style>
border-color css
<style>
span { border-color: #8A33A4; }
span { border-color: rgb(138,51,164); }
td.TdClassName
{
border-color: #8A33A4;
}
.TagClassName
{
border-color: #8A33A4;
}
</style>