Shades of Vivid Violet #8B2EA2
Tints of Vivid Violet #8B2EA2
RGB
CMYK
RGB Variations
Color information
#8B2EA2 (or 0x8B2EA2) is known color: Vivid Violet. HEX triplet: 8B, 2E and A2. RGB value is (139,46,162). Sum of RGB (Red+Green+Blue) = 139+46+162=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B2EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2EA2 is #74D15D. Grayscale: #565656. Windows color (decimal): -7655774 or 10628747. OLE color: 10628747.
HSL color Cylindrical-coordinate representation of color #8B2EA2: hue angle of 288.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2EA2 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 46 | 162 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.36 |
| HSL | 288.1º | 0.56% | 0.41% | - |
| HSV(B) | 288.1º | 0.72% | 0.64% | - |
| XYZ | 18.15 | 10.05 | 35.17 | - |
| YUV | 87.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 162 | 0.14 | 0.72 | 0 | 0.36 | 288.1 | 0.56 | 0.41 |
| Hex | 8B | 2E | A2 | E | 48 | 0 | 24 | 120 | 38 | 29 |
| Octal | 213 | 56 | 242 | 16 | 110 | 0 | 44 | 440 | 70 | 51 |
| Binary | 10001011 | 101110 | 10100010 | 1110 | 1001000 | 0 | 100100 | 100100000 | 111000 | 101001 |
Color Harmonies of #8B2EA2
Complementary color
Monochromatic Colors of #8B2EA2
Black with #8B2EA2
Text Example
Text Example
White with #8B2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2EA2; }
p { color: rgb(139,46,162); }
H1.HeaderClassName
{
color: #8B2EA2;
}
.AnyTagClassName
{
color: #8B2EA2;
}
</style>
background-color css
<style>
a { background-color: #8B2EA2; }
a { background-color: rgb(139,46,162); }
div.DivClassName
{
background-color: #8B2EA2;
}
.BgClassName
{
background-color: #8B2EA2;
}
</style>
border-color css
<style>
span { border-color: #8B2EA2; }
span { border-color: rgb(139,46,162); }
td.TdClassName
{
border-color: #8B2EA2;
}
.TagClassName
{
border-color: #8B2EA2;
}
</style>