Shades of Vivid Violet #8B2AAC
Tints of Vivid Violet #8B2AAC
RGB
CMYK
RGB Variations
Color information
#8B2AAC (or 0x8B2AAC) is known color: Vivid Violet. HEX triplet: 8B, 2A and AC. RGB value is (139,42,172). Sum of RGB (Red+Green+Blue) = 139+42+172=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2AAC is #74D553. Grayscale: #555555. Windows color (decimal): -7656788 or 11283083. OLE color: 11283083.
HSL color Cylindrical-coordinate representation of color #8B2AAC: hue angle of 284.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2AAC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 42 | 172 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.33 |
| HSL | 284.77º | 0.61% | 0.42% | - |
| HSV(B) | 284.77º | 0.76% | 0.67% | - |
| XYZ | 18.92 | 10.12 | 39.99 | - |
| YUV | 85.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 172 | 0.19 | 0.76 | 0 | 0.33 | 284.77 | 0.61 | 0.42 |
| Hex | 8B | 2A | AC | 13 | 4C | 0 | 21 | 11D | 3D | 2A |
| Octal | 213 | 52 | 254 | 23 | 114 | 0 | 41 | 435 | 75 | 52 |
| Binary | 10001011 | 101010 | 10101100 | 10011 | 1001100 | 0 | 100001 | 100011101 | 111101 | 101010 |
Color Harmonies of #8B2AAC
Complementary color
Monochromatic Colors of #8B2AAC
Black with #8B2AAC
Text Example
Text Example
White with #8B2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2AAC; }
p { color: rgb(139,42,172); }
H1.HeaderClassName
{
color: #8B2AAC;
}
.AnyTagClassName
{
color: #8B2AAC;
}
</style>
background-color css
<style>
a { background-color: #8B2AAC; }
a { background-color: rgb(139,42,172); }
div.DivClassName
{
background-color: #8B2AAC;
}
.BgClassName
{
background-color: #8B2AAC;
}
</style>
border-color css
<style>
span { border-color: #8B2AAC; }
span { border-color: rgb(139,42,172); }
td.TdClassName
{
border-color: #8B2AAC;
}
.TagClassName
{
border-color: #8B2AAC;
}
</style>