Shades of Vivid Violet #8B3C88
Tints of Vivid Violet #8B3C88
RGB
CMYK
RGB Variations
Color information
#8B3C88 (or 0x8B3C88) is known color: Vivid Violet. HEX triplet: 8B, 3C and 88. RGB value is (139,60,136). Sum of RGB (Red+Green+Blue) = 139+60+136=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3C88 is #74C377. Grayscale: #5C5C5C. Windows color (decimal): -7652216 or 8928395. OLE color: 8928395.
HSL color Cylindrical-coordinate representation of color #8B3C88: hue angle of 302.28º 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 #8B3C88 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 136 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.45 |
| HSL | 302.28º | 0.4% | 0.39% | - |
| HSV(B) | 302.28º | 0.57% | 0.55% | - |
| XYZ | 16.71 | 10.5 | 24.44 | - |
| YUV | 92.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 136 | 0 | 0.57 | 0.02 | 0.45 | 302.28 | 0.4 | 0.39 |
| Hex | 8B | 3C | 88 | 0 | 39 | 2 | 2D | 12E | 28 | 27 |
| Octal | 213 | 74 | 210 | 0 | 71 | 2 | 55 | 456 | 50 | 47 |
| Binary | 10001011 | 111100 | 10001000 | 0 | 111001 | 10 | 101101 | 100101110 | 101000 | 100111 |
Color Harmonies of #8B3C88
Complementary color
Monochromatic Colors of #8B3C88
Black with #8B3C88
Text Example
Text Example
White with #8B3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C88; }
p { color: rgb(139,60,136); }
H1.HeaderClassName
{
color: #8B3C88;
}
.AnyTagClassName
{
color: #8B3C88;
}
</style>
background-color css
<style>
a { background-color: #8B3C88; }
a { background-color: rgb(139,60,136); }
div.DivClassName
{
background-color: #8B3C88;
}
.BgClassName
{
background-color: #8B3C88;
}
</style>
border-color css
<style>
span { border-color: #8B3C88; }
span { border-color: rgb(139,60,136); }
td.TdClassName
{
border-color: #8B3C88;
}
.TagClassName
{
border-color: #8B3C88;
}
</style>