Shades of Vivid Violet #8B3D88
Tints of Vivid Violet #8B3D88
RGB
CMYK
RGB Variations
Color information
#8B3D88 (or 0x8B3D88) is known color: Vivid Violet. HEX triplet: 8B, 3D and 88. RGB value is (139,61,136). Sum of RGB (Red+Green+Blue) = 139+61+136=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3D88 is #74C277. Grayscale: #5C5C5C. Windows color (decimal): -7651960 or 8928651. OLE color: 8928651.
HSL color Cylindrical-coordinate representation of color #8B3D88: hue angle of 302.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D88 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 61 | 136 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.45 |
| HSL | 302.31º | 0.39% | 0.39% | - |
| HSV(B) | 302.31º | 0.56% | 0.55% | - |
| XYZ | 16.76 | 10.6 | 24.46 | - |
| YUV | 92.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 136 | 0 | 0.56 | 0.02 | 0.45 | 302.31 | 0.39 | 0.39 |
| Hex | 8B | 3D | 88 | 0 | 38 | 2 | 2D | 12E | 27 | 27 |
| Octal | 213 | 75 | 210 | 0 | 70 | 2 | 55 | 456 | 47 | 47 |
| Binary | 10001011 | 111101 | 10001000 | 0 | 111000 | 10 | 101101 | 100101110 | 100111 | 100111 |
Color Harmonies of #8B3D88
Complementary color
Monochromatic Colors of #8B3D88
Black with #8B3D88
Text Example
Text Example
White with #8B3D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3D88; }
p { color: rgb(139,61,136); }
H1.HeaderClassName
{
color: #8B3D88;
}
.AnyTagClassName
{
color: #8B3D88;
}
</style>
background-color css
<style>
a { background-color: #8B3D88; }
a { background-color: rgb(139,61,136); }
div.DivClassName
{
background-color: #8B3D88;
}
.BgClassName
{
background-color: #8B3D88;
}
</style>
border-color css
<style>
span { border-color: #8B3D88; }
span { border-color: rgb(139,61,136); }
td.TdClassName
{
border-color: #8B3D88;
}
.TagClassName
{
border-color: #8B3D88;
}
</style>