Shades of Vivid Violet #8B34AC
Tints of Vivid Violet #8B34AC
RGB
CMYK
RGB Variations
Color information
#8B34AC (or 0x8B34AC) is known color: Vivid Violet. HEX triplet: 8B, 34 and AC. RGB value is (139,52,172). Sum of RGB (Red+Green+Blue) = 139+52+172=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B34AC is #74CB53. Grayscale: #5B5B5B. Windows color (decimal): -7654228 or 11285643. OLE color: 11285643.
HSL color Cylindrical-coordinate representation of color #8B34AC: hue angle of 283.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B34AC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 52 | 172 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.33 |
| HSL | 283.5º | 0.54% | 0.44% | - |
| HSV(B) | 283.5º | 0.7% | 0.67% | - |
| XYZ | 19.32 | 10.92 | 40.12 | - |
| YUV | 91.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 172 | 0.19 | 0.70 | 0 | 0.33 | 283.5 | 0.54 | 0.44 |
| Hex | 8B | 34 | AC | 13 | 46 | 0 | 21 | 11C | 36 | 2C |
| Octal | 213 | 64 | 254 | 23 | 106 | 0 | 41 | 434 | 66 | 54 |
| Binary | 10001011 | 110100 | 10101100 | 10011 | 1000110 | 0 | 100001 | 100011100 | 110110 | 101100 |
Color Harmonies of #8B34AC
Complementary color
Monochromatic Colors of #8B34AC
Black with #8B34AC
Text Example
Text Example
White with #8B34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B34AC; }
p { color: rgb(139,52,172); }
H1.HeaderClassName
{
color: #8B34AC;
}
.AnyTagClassName
{
color: #8B34AC;
}
</style>
background-color css
<style>
a { background-color: #8B34AC; }
a { background-color: rgb(139,52,172); }
div.DivClassName
{
background-color: #8B34AC;
}
.BgClassName
{
background-color: #8B34AC;
}
</style>
border-color css
<style>
span { border-color: #8B34AC; }
span { border-color: rgb(139,52,172); }
td.TdClassName
{
border-color: #8B34AC;
}
.TagClassName
{
border-color: #8B34AC;
}
</style>