Shades of Vivid Violet #8B2B95
Tints of Vivid Violet #8B2B95
RGB
CMYK
RGB Variations
Color information
#8B2B95 (or 0x8B2B95) is known color: Vivid Violet. HEX triplet: 8B, 2B and 95. RGB value is (139,43,149). Sum of RGB (Red+Green+Blue) = 139+43+149=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B2B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2B95 is #74D46A. Grayscale: #535353. Windows color (decimal): -7656555 or 9776011. OLE color: 9776011.
HSL color Cylindrical-coordinate representation of color #8B2B95: hue angle of 294.34º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2B95 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 43 | 149 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.42 |
| HSL | 294.34º | 0.55% | 0.38% | - |
| HSV(B) | 294.34º | 0.71% | 0.58% | - |
| XYZ | 16.94 | 9.39 | 29.35 | - |
| YUV | 83.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 149 | 0.07 | 0.71 | 0 | 0.42 | 294.34 | 0.55 | 0.38 |
| Hex | 8B | 2B | 95 | 7 | 47 | 0 | 2A | 126 | 37 | 26 |
| Octal | 213 | 53 | 225 | 7 | 107 | 0 | 52 | 446 | 67 | 46 |
| Binary | 10001011 | 101011 | 10010101 | 111 | 1000111 | 0 | 101010 | 100100110 | 110111 | 100110 |
Color Harmonies of #8B2B95
Complementary color
Monochromatic Colors of #8B2B95
Black with #8B2B95
Text Example
Text Example
White with #8B2B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B95; }
p { color: rgb(139,43,149); }
H1.HeaderClassName
{
color: #8B2B95;
}
.AnyTagClassName
{
color: #8B2B95;
}
</style>
background-color css
<style>
a { background-color: #8B2B95; }
a { background-color: rgb(139,43,149); }
div.DivClassName
{
background-color: #8B2B95;
}
.BgClassName
{
background-color: #8B2B95;
}
</style>
border-color css
<style>
span { border-color: #8B2B95; }
span { border-color: rgb(139,43,149); }
td.TdClassName
{
border-color: #8B2B95;
}
.TagClassName
{
border-color: #8B2B95;
}
</style>