Shades of Vivid Violet #8B3F89
Tints of Vivid Violet #8B3F89
RGB
CMYK
RGB Variations
Color information
#8B3F89 (or 0x8B3F89) is known color: Vivid Violet. HEX triplet: 8B, 3F and 89. RGB value is (139,63,137). Sum of RGB (Red+Green+Blue) = 139+63+137=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F89 is #74C076. Grayscale: #5D5D5D. Windows color (decimal): -7651447 or 8994699. OLE color: 8994699.
HSL color Cylindrical-coordinate representation of color #8B3F89: hue angle of 301.58º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F89 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 137 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.45 |
| HSL | 301.58º | 0.38% | 0.4% | - |
| HSV(B) | 301.58º | 0.55% | 0.55% | - |
| XYZ | 16.94 | 10.85 | 24.87 | - |
| YUV | 94.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 137 | 0 | 0.55 | 0.01 | 0.45 | 301.58 | 0.38 | 0.4 |
| Hex | 8B | 3F | 89 | 0 | 37 | 1 | 2D | 12E | 26 | 28 |
| Octal | 213 | 77 | 211 | 0 | 67 | 1 | 55 | 456 | 46 | 50 |
| Binary | 10001011 | 111111 | 10001001 | 0 | 110111 | 1 | 101101 | 100101110 | 100110 | 101000 |
Color Harmonies of #8B3F89
Complementary color
Monochromatic Colors of #8B3F89
Black with #8B3F89
Text Example
Text Example
White with #8B3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F89; }
p { color: rgb(139,63,137); }
H1.HeaderClassName
{
color: #8B3F89;
}
.AnyTagClassName
{
color: #8B3F89;
}
</style>
background-color css
<style>
a { background-color: #8B3F89; }
a { background-color: rgb(139,63,137); }
div.DivClassName
{
background-color: #8B3F89;
}
.BgClassName
{
background-color: #8B3F89;
}
</style>
border-color css
<style>
span { border-color: #8B3F89; }
span { border-color: rgb(139,63,137); }
td.TdClassName
{
border-color: #8B3F89;
}
.TagClassName
{
border-color: #8B3F89;
}
</style>