Shades of Vivid Violet #8B3B89
Tints of Vivid Violet #8B3B89
RGB
CMYK
RGB Variations
Color information
#8B3B89 (or 0x8B3B89) is known color: Vivid Violet. HEX triplet: 8B, 3B and 89. RGB value is (139,59,137). Sum of RGB (Red+Green+Blue) = 139+59+137=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3B89 is #74C476. Grayscale: #5B5B5B. Windows color (decimal): -7652471 or 8993675. OLE color: 8993675.
HSL color Cylindrical-coordinate representation of color #8B3B89: hue angle of 301.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3B89 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 59 | 137 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.45 |
| HSL | 301.5º | 0.4% | 0.39% | - |
| HSV(B) | 301.5º | 0.58% | 0.55% | - |
| XYZ | 16.73 | 10.42 | 24.8 | - |
| YUV | 91.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 137 | 0 | 0.58 | 0.01 | 0.45 | 301.5 | 0.4 | 0.39 |
| Hex | 8B | 3B | 89 | 0 | 3A | 1 | 2D | 12E | 28 | 27 |
| Octal | 213 | 73 | 211 | 0 | 72 | 1 | 55 | 456 | 50 | 47 |
| Binary | 10001011 | 111011 | 10001001 | 0 | 111010 | 1 | 101101 | 100101110 | 101000 | 100111 |
Color Harmonies of #8B3B89
Complementary color
Monochromatic Colors of #8B3B89
Black with #8B3B89
Text Example
Text Example
White with #8B3B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3B89; }
p { color: rgb(139,59,137); }
H1.HeaderClassName
{
color: #8B3B89;
}
.AnyTagClassName
{
color: #8B3B89;
}
</style>
background-color css
<style>
a { background-color: #8B3B89; }
a { background-color: rgb(139,59,137); }
div.DivClassName
{
background-color: #8B3B89;
}
.BgClassName
{
background-color: #8B3B89;
}
</style>
border-color css
<style>
span { border-color: #8B3B89; }
span { border-color: rgb(139,59,137); }
td.TdClassName
{
border-color: #8B3B89;
}
.TagClassName
{
border-color: #8B3B89;
}
</style>