Shades of Vivid Violet #8B2E95
Tints of Vivid Violet #8B2E95
RGB
CMYK
RGB Variations
Color information
#8B2E95 (or 0x8B2E95) is known color: Vivid Violet. HEX triplet: 8B, 2E and 95. RGB value is (139,46,149). Sum of RGB (Red+Green+Blue) = 139+46+149=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B2E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2E95 is #74D16A. Grayscale: #555555. Windows color (decimal): -7655787 or 9776779. OLE color: 9776779.
HSL color Cylindrical-coordinate representation of color #8B2E95: hue angle of 294.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2E95 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 46 | 149 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.42 |
| HSL | 294.17º | 0.53% | 0.38% | - |
| HSV(B) | 294.17º | 0.69% | 0.58% | - |
| XYZ | 17.05 | 9.61 | 29.39 | - |
| YUV | 85.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 149 | 0.07 | 0.69 | 0 | 0.42 | 294.17 | 0.53 | 0.38 |
| Hex | 8B | 2E | 95 | 7 | 45 | 0 | 2A | 126 | 35 | 26 |
| Octal | 213 | 56 | 225 | 7 | 105 | 0 | 52 | 446 | 65 | 46 |
| Binary | 10001011 | 101110 | 10010101 | 111 | 1000101 | 0 | 101010 | 100100110 | 110101 | 100110 |
Color Harmonies of #8B2E95
Complementary color
Monochromatic Colors of #8B2E95
Black with #8B2E95
Text Example
Text Example
White with #8B2E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E95; }
p { color: rgb(139,46,149); }
H1.HeaderClassName
{
color: #8B2E95;
}
.AnyTagClassName
{
color: #8B2E95;
}
</style>
background-color css
<style>
a { background-color: #8B2E95; }
a { background-color: rgb(139,46,149); }
div.DivClassName
{
background-color: #8B2E95;
}
.BgClassName
{
background-color: #8B2E95;
}
</style>
border-color css
<style>
span { border-color: #8B2E95; }
span { border-color: rgb(139,46,149); }
td.TdClassName
{
border-color: #8B2E95;
}
.TagClassName
{
border-color: #8B2E95;
}
</style>