Shades of Vivid Violet #8B2D8A
Tints of Vivid Violet #8B2D8A
RGB
CMYK
RGB Variations
Color information
#8B2D8A (or 0x8B2D8A) is known color: Vivid Violet. HEX triplet: 8B, 2D and 8A. RGB value is (139,45,138). Sum of RGB (Red+Green+Blue) = 139+45+138=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2D8A is #74D275. Grayscale: #535353. Windows color (decimal): -7656054 or 9055627. OLE color: 9055627.
HSL color Cylindrical-coordinate representation of color #8B2D8A: hue angle of 300.64º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D8A is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 138 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.45 |
| HSL | 300.64º | 0.51% | 0.36% | - |
| HSV(B) | 300.64º | 0.68% | 0.55% | - |
| XYZ | 16.17 | 9.2 | 24.97 | - |
| YUV | 83.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 138 | 0 | 0.68 | 0.01 | 0.45 | 300.64 | 0.51 | 0.36 |
| Hex | 8B | 2D | 8A | 0 | 44 | 1 | 2D | 12D | 33 | 24 |
| Octal | 213 | 55 | 212 | 0 | 104 | 1 | 55 | 455 | 63 | 44 |
| Binary | 10001011 | 101101 | 10001010 | 0 | 1000100 | 1 | 101101 | 100101101 | 110011 | 100100 |
Color Harmonies of #8B2D8A
Complementary color
Monochromatic Colors of #8B2D8A
Black with #8B2D8A
Text Example
Text Example
White with #8B2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D8A; }
p { color: rgb(139,45,138); }
H1.HeaderClassName
{
color: #8B2D8A;
}
.AnyTagClassName
{
color: #8B2D8A;
}
</style>
background-color css
<style>
a { background-color: #8B2D8A; }
a { background-color: rgb(139,45,138); }
div.DivClassName
{
background-color: #8B2D8A;
}
.BgClassName
{
background-color: #8B2D8A;
}
</style>
border-color css
<style>
span { border-color: #8B2D8A; }
span { border-color: rgb(139,45,138); }
td.TdClassName
{
border-color: #8B2D8A;
}
.TagClassName
{
border-color: #8B2D8A;
}
</style>