Shades of Vivid Violet #8B3C89
Tints of Vivid Violet #8B3C89
RGB
CMYK
RGB Variations
Color information
#8B3C89 (or 0x8B3C89) is known color: Vivid Violet. HEX triplet: 8B, 3C and 89. RGB value is (139,60,137). Sum of RGB (Red+Green+Blue) = 139+60+137=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3C89 is #74C376. Grayscale: #5C5C5C. Windows color (decimal): -7652215 or 8993931. OLE color: 8993931.
HSL color Cylindrical-coordinate representation of color #8B3C89: hue angle of 301.52º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C89 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 137 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.45 |
| HSL | 301.52º | 0.4% | 0.39% | - |
| HSV(B) | 301.52º | 0.57% | 0.55% | - |
| XYZ | 16.78 | 10.53 | 24.81 | - |
| YUV | 92.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 137 | 0 | 0.57 | 0.01 | 0.45 | 301.52 | 0.4 | 0.39 |
| Hex | 8B | 3C | 89 | 0 | 39 | 1 | 2D | 12E | 28 | 27 |
| Octal | 213 | 74 | 211 | 0 | 71 | 1 | 55 | 456 | 50 | 47 |
| Binary | 10001011 | 111100 | 10001001 | 0 | 111001 | 1 | 101101 | 100101110 | 101000 | 100111 |
Color Harmonies of #8B3C89
Complementary color
Monochromatic Colors of #8B3C89
Black with #8B3C89
Text Example
Text Example
White with #8B3C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C89; }
p { color: rgb(139,60,137); }
H1.HeaderClassName
{
color: #8B3C89;
}
.AnyTagClassName
{
color: #8B3C89;
}
</style>
background-color css
<style>
a { background-color: #8B3C89; }
a { background-color: rgb(139,60,137); }
div.DivClassName
{
background-color: #8B3C89;
}
.BgClassName
{
background-color: #8B3C89;
}
</style>
border-color css
<style>
span { border-color: #8B3C89; }
span { border-color: rgb(139,60,137); }
td.TdClassName
{
border-color: #8B3C89;
}
.TagClassName
{
border-color: #8B3C89;
}
</style>