Shades of Vivid Violet #8A34A4
Tints of Vivid Violet #8A34A4
RGB
CMYK
RGB Variations
Color information
#8A34A4 (or 0x8A34A4) is known color: Vivid Violet. HEX triplet: 8A, 34 and A4. RGB value is (138,52,164). Sum of RGB (Red+Green+Blue) = 138+52+164=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A34A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A34A4 is #75CB5B. Grayscale: #5A5A5A. Windows color (decimal): -7719772 or 10761354. OLE color: 10761354.
HSL color Cylindrical-coordinate representation of color #8A34A4: hue angle of 286.07º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A34A4 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 52 | 164 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.36 |
| HSL | 286.07º | 0.52% | 0.42% | - |
| HSV(B) | 286.07º | 0.68% | 0.64% | - |
| XYZ | 18.41 | 10.54 | 36.19 | - |
| YUV | 90.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 164 | 0.16 | 0.68 | 0 | 0.36 | 286.07 | 0.52 | 0.42 |
| Hex | 8A | 34 | A4 | 10 | 44 | 0 | 24 | 11E | 34 | 2A |
| Octal | 212 | 64 | 244 | 20 | 104 | 0 | 44 | 436 | 64 | 52 |
| Binary | 10001010 | 110100 | 10100100 | 10000 | 1000100 | 0 | 100100 | 100011110 | 110100 | 101010 |
Color Harmonies of #8A34A4
Complementary color
Monochromatic Colors of #8A34A4
Black with #8A34A4
Text Example
Text Example
White with #8A34A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A34A4; }
p { color: rgb(138,52,164); }
H1.HeaderClassName
{
color: #8A34A4;
}
.AnyTagClassName
{
color: #8A34A4;
}
</style>
background-color css
<style>
a { background-color: #8A34A4; }
a { background-color: rgb(138,52,164); }
div.DivClassName
{
background-color: #8A34A4;
}
.BgClassName
{
background-color: #8A34A4;
}
</style>
border-color css
<style>
span { border-color: #8A34A4; }
span { border-color: rgb(138,52,164); }
td.TdClassName
{
border-color: #8A34A4;
}
.TagClassName
{
border-color: #8A34A4;
}
</style>