Shades of Vivid Violet #8834A4
Tints of Vivid Violet #8834A4
RGB
CMYK
RGB Variations
Color information
#8834A4 (or 0x8834A4) is known color: Vivid Violet. HEX triplet: 88, 34 and A4. RGB value is (136,52,164). Sum of RGB (Red+Green+Blue) = 136+52+164=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #8834A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8834A4 is #77CB5B. Grayscale: #595959. Windows color (decimal): -7850844 or 10761352. OLE color: 10761352.
HSL color Cylindrical-coordinate representation of color #8834A4: hue angle of 285º 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 #8834A4 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 52 | 164 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.36 |
| HSL | 285º | 0.52% | 0.42% | - |
| HSV(B) | 285º | 0.68% | 0.64% | - |
| XYZ | 18.08 | 10.37 | 36.17 | - |
| YUV | 89.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 164 | 0.17 | 0.68 | 0 | 0.36 | 285 | 0.52 | 0.42 |
| Hex | 88 | 34 | A4 | 11 | 44 | 0 | 24 | 11D | 34 | 2A |
| Octal | 210 | 64 | 244 | 21 | 104 | 0 | 44 | 435 | 64 | 52 |
| Binary | 10001000 | 110100 | 10100100 | 10001 | 1000100 | 0 | 100100 | 100011101 | 110100 | 101010 |
Color Harmonies of #8834A4
Complementary color
Monochromatic Colors of #8834A4
Black with #8834A4
Text Example
Text Example
White with #8834A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8834A4; }
p { color: rgb(136,52,164); }
H1.HeaderClassName
{
color: #8834A4;
}
.AnyTagClassName
{
color: #8834A4;
}
</style>
background-color css
<style>
a { background-color: #8834A4; }
a { background-color: rgb(136,52,164); }
div.DivClassName
{
background-color: #8834A4;
}
.BgClassName
{
background-color: #8834A4;
}
</style>
border-color css
<style>
span { border-color: #8834A4; }
span { border-color: rgb(136,52,164); }
td.TdClassName
{
border-color: #8834A4;
}
.TagClassName
{
border-color: #8834A4;
}
</style>