Shades of Vivid Violet #8B2B8A
Tints of Vivid Violet #8B2B8A
RGB
CMYK
RGB Variations
Color information
#8B2B8A (or 0x8B2B8A) is known color: Vivid Violet. HEX triplet: 8B, 2B and 8A. RGB value is (139,43,138). Sum of RGB (Red+Green+Blue) = 139+43+138=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2B8A is #74D475. Grayscale: #525252. Windows color (decimal): -7656566 or 9055115. OLE color: 9055115.
HSL color Cylindrical-coordinate representation of color #8B2B8A: hue angle of 300.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B8A is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 138 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.45 |
| HSL | 300.63º | 0.53% | 0.36% | - |
| HSV(B) | 300.63º | 0.69% | 0.55% | - |
| XYZ | 16.1 | 9.05 | 24.94 | - |
| YUV | 82.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 138 | 0 | 0.69 | 0.01 | 0.45 | 300.63 | 0.53 | 0.36 |
| Hex | 8B | 2B | 8A | 0 | 45 | 1 | 2D | 12D | 35 | 24 |
| Octal | 213 | 53 | 212 | 0 | 105 | 1 | 55 | 455 | 65 | 44 |
| Binary | 10001011 | 101011 | 10001010 | 0 | 1000101 | 1 | 101101 | 100101101 | 110101 | 100100 |
Color Harmonies of #8B2B8A
Complementary color
Monochromatic Colors of #8B2B8A
Black with #8B2B8A
Text Example
Text Example
White with #8B2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B8A; }
p { color: rgb(139,43,138); }
H1.HeaderClassName
{
color: #8B2B8A;
}
.AnyTagClassName
{
color: #8B2B8A;
}
</style>
background-color css
<style>
a { background-color: #8B2B8A; }
a { background-color: rgb(139,43,138); }
div.DivClassName
{
background-color: #8B2B8A;
}
.BgClassName
{
background-color: #8B2B8A;
}
</style>
border-color css
<style>
span { border-color: #8B2B8A; }
span { border-color: rgb(139,43,138); }
td.TdClassName
{
border-color: #8B2B8A;
}
.TagClassName
{
border-color: #8B2B8A;
}
</style>