Shades of Vivid Violet #8C34AA
Tints of Vivid Violet #8C34AA
RGB
CMYK
RGB Variations
Color information
#8C34AA (or 0x8C34AA) is known color: Vivid Violet. HEX triplet: 8C, 34 and AA. RGB value is (140,52,170). Sum of RGB (Red+Green+Blue) = 140+52+170=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C34AA is #73CB55. Grayscale: #5B5B5B. Windows color (decimal): -7588694 or 11154572. OLE color: 11154572.
HSL color Cylindrical-coordinate representation of color #8C34AA: hue angle of 284.75º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C34AA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 52 | 170 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.33 |
| HSL | 284.75º | 0.53% | 0.44% | - |
| HSV(B) | 284.75º | 0.69% | 0.67% | - |
| XYZ | 19.3 | 10.93 | 39.12 | - |
| YUV | 91.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 170 | 0.18 | 0.69 | 0 | 0.33 | 284.75 | 0.53 | 0.44 |
| Hex | 8C | 34 | AA | 12 | 45 | 0 | 21 | 11D | 35 | 2C |
| Octal | 214 | 64 | 252 | 22 | 105 | 0 | 41 | 435 | 65 | 54 |
| Binary | 10001100 | 110100 | 10101010 | 10010 | 1000101 | 0 | 100001 | 100011101 | 110101 | 101100 |
Color Harmonies of #8C34AA
Complementary color
Monochromatic Colors of #8C34AA
Black with #8C34AA
Text Example
Text Example
White with #8C34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C34AA; }
p { color: rgb(140,52,170); }
H1.HeaderClassName
{
color: #8C34AA;
}
.AnyTagClassName
{
color: #8C34AA;
}
</style>
background-color css
<style>
a { background-color: #8C34AA; }
a { background-color: rgb(140,52,170); }
div.DivClassName
{
background-color: #8C34AA;
}
.BgClassName
{
background-color: #8C34AA;
}
</style>
border-color css
<style>
span { border-color: #8C34AA; }
span { border-color: rgb(140,52,170); }
td.TdClassName
{
border-color: #8C34AA;
}
.TagClassName
{
border-color: #8C34AA;
}
</style>