Shades of Vivid Violet #8B3F87
Tints of Vivid Violet #8B3F87
RGB
CMYK
RGB Variations
Color information
#8B3F87 (or 0x8B3F87) is known color: Vivid Violet. HEX triplet: 8B, 3F and 87. RGB value is (139,63,135). Sum of RGB (Red+Green+Blue) = 139+63+135=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F87 is #74C078. Grayscale: #5D5D5D. Windows color (decimal): -7651449 or 8863627. OLE color: 8863627.
HSL color Cylindrical-coordinate representation of color #8B3F87: hue angle of 303.16º 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 #8B3F87 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 135 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.45 |
| HSL | 303.16º | 0.38% | 0.4% | - |
| HSV(B) | 303.16º | 0.55% | 0.55% | - |
| XYZ | 16.8 | 10.79 | 24.12 | - |
| YUV | 93.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 135 | 0 | 0.55 | 0.03 | 0.45 | 303.16 | 0.38 | 0.4 |
| Hex | 8B | 3F | 87 | 0 | 37 | 3 | 2D | 12F | 26 | 28 |
| Octal | 213 | 77 | 207 | 0 | 67 | 3 | 55 | 457 | 46 | 50 |
| Binary | 10001011 | 111111 | 10000111 | 0 | 110111 | 11 | 101101 | 100101111 | 100110 | 101000 |
Color Harmonies of #8B3F87
Complementary color
Monochromatic Colors of #8B3F87
Black with #8B3F87
Text Example
Text Example
White with #8B3F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F87; }
p { color: rgb(139,63,135); }
H1.HeaderClassName
{
color: #8B3F87;
}
.AnyTagClassName
{
color: #8B3F87;
}
</style>
background-color css
<style>
a { background-color: #8B3F87; }
a { background-color: rgb(139,63,135); }
div.DivClassName
{
background-color: #8B3F87;
}
.BgClassName
{
background-color: #8B3F87;
}
</style>
border-color css
<style>
span { border-color: #8B3F87; }
span { border-color: rgb(139,63,135); }
td.TdClassName
{
border-color: #8B3F87;
}
.TagClassName
{
border-color: #8B3F87;
}
</style>