Shades of Vivid Violet #8734A4
Tints of Vivid Violet #8734A4
RGB
CMYK
RGB Variations
Color information
#8734A4 (or 0x8734A4) is known color: Vivid Violet. HEX triplet: 87, 34 and A4. RGB value is (135,52,164). Sum of RGB (Red+Green+Blue) = 135+52+164=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #8734A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8734A4 is #78CB5B. Grayscale: #595959. Windows color (decimal): -7916380 or 10761351. OLE color: 10761351.
HSL color Cylindrical-coordinate representation of color #8734A4: hue angle of 284.46º 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 #8734A4 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 52 | 164 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.36 |
| HSL | 284.46º | 0.52% | 0.42% | - |
| HSV(B) | 284.46º | 0.68% | 0.64% | - |
| XYZ | 17.92 | 10.29 | 36.16 | - |
| YUV | 89.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 164 | 0.18 | 0.68 | 0 | 0.36 | 284.46 | 0.52 | 0.42 |
| Hex | 87 | 34 | A4 | 12 | 44 | 0 | 24 | 11C | 34 | 2A |
| Octal | 207 | 64 | 244 | 22 | 104 | 0 | 44 | 434 | 64 | 52 |
| Binary | 10000111 | 110100 | 10100100 | 10010 | 1000100 | 0 | 100100 | 100011100 | 110100 | 101010 |
Color Harmonies of #8734A4
Complementary color
Monochromatic Colors of #8734A4
Black with #8734A4
Text Example
Text Example
White with #8734A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8734A4; }
p { color: rgb(135,52,164); }
H1.HeaderClassName
{
color: #8734A4;
}
.AnyTagClassName
{
color: #8734A4;
}
</style>
background-color css
<style>
a { background-color: #8734A4; }
a { background-color: rgb(135,52,164); }
div.DivClassName
{
background-color: #8734A4;
}
.BgClassName
{
background-color: #8734A4;
}
</style>
border-color css
<style>
span { border-color: #8734A4; }
span { border-color: rgb(135,52,164); }
td.TdClassName
{
border-color: #8734A4;
}
.TagClassName
{
border-color: #8734A4;
}
</style>