Shades of Vivid Violet #8B4088
Tints of Vivid Violet #8B4088
RGB
CMYK
RGB Variations
Color information
#8B4088 (or 0x8B4088) is known color: Vivid Violet. HEX triplet: 8B, 40 and 88. RGB value is (139,64,136). Sum of RGB (Red+Green+Blue) = 139+64+136=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4088 is #74BF77. Grayscale: #5E5E5E. Windows color (decimal): -7651192 or 8929419. OLE color: 8929419.
HSL color Cylindrical-coordinate representation of color #8B4088: hue angle of 302.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4088 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 136 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.45 |
| HSL | 302.4º | 0.37% | 0.4% | - |
| HSV(B) | 302.4º | 0.54% | 0.55% | - |
| XYZ | 16.92 | 10.93 | 24.51 | - |
| YUV | 94.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 136 | 0 | 0.54 | 0.02 | 0.45 | 302.4 | 0.37 | 0.4 |
| Hex | 8B | 40 | 88 | 0 | 36 | 2 | 2D | 12E | 25 | 28 |
| Octal | 213 | 100 | 210 | 0 | 66 | 2 | 55 | 456 | 45 | 50 |
| Binary | 10001011 | 1000000 | 10001000 | 0 | 110110 | 10 | 101101 | 100101110 | 100101 | 101000 |
Color Harmonies of #8B4088
Complementary color
Monochromatic Colors of #8B4088
Black with #8B4088
Text Example
Text Example
White with #8B4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4088; }
p { color: rgb(139,64,136); }
H1.HeaderClassName
{
color: #8B4088;
}
.AnyTagClassName
{
color: #8B4088;
}
</style>
background-color css
<style>
a { background-color: #8B4088; }
a { background-color: rgb(139,64,136); }
div.DivClassName
{
background-color: #8B4088;
}
.BgClassName
{
background-color: #8B4088;
}
</style>
border-color css
<style>
span { border-color: #8B4088; }
span { border-color: rgb(139,64,136); }
td.TdClassName
{
border-color: #8B4088;
}
.TagClassName
{
border-color: #8B4088;
}
</style>