Shades of Vivid Violet #8B3688
Tints of Vivid Violet #8B3688
RGB
CMYK
RGB Variations
Color information
#8B3688 (or 0x8B3688) is known color: Vivid Violet. HEX triplet: 8B, 36 and 88. RGB value is (139,54,136). Sum of RGB (Red+Green+Blue) = 139+54+136=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3688 is #74C977. Grayscale: #585858. Windows color (decimal): -7653752 or 8926859. OLE color: 8926859.
HSL color Cylindrical-coordinate representation of color #8B3688: hue angle of 302.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3688 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 136 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.45 |
| HSL | 302.12º | 0.44% | 0.38% | - |
| HSV(B) | 302.12º | 0.61% | 0.55% | - |
| XYZ | 16.41 | 9.9 | 24.34 | - |
| YUV | 88.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 136 | 0 | 0.61 | 0.02 | 0.45 | 302.12 | 0.44 | 0.38 |
| Hex | 8B | 36 | 88 | 0 | 3D | 2 | 2D | 12E | 2C | 26 |
| Octal | 213 | 66 | 210 | 0 | 75 | 2 | 55 | 456 | 54 | 46 |
| Binary | 10001011 | 110110 | 10001000 | 0 | 111101 | 10 | 101101 | 100101110 | 101100 | 100110 |
Color Harmonies of #8B3688
Complementary color
Monochromatic Colors of #8B3688
Black with #8B3688
Text Example
Text Example
White with #8B3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3688; }
p { color: rgb(139,54,136); }
H1.HeaderClassName
{
color: #8B3688;
}
.AnyTagClassName
{
color: #8B3688;
}
</style>
background-color css
<style>
a { background-color: #8B3688; }
a { background-color: rgb(139,54,136); }
div.DivClassName
{
background-color: #8B3688;
}
.BgClassName
{
background-color: #8B3688;
}
</style>
border-color css
<style>
span { border-color: #8B3688; }
span { border-color: rgb(139,54,136); }
td.TdClassName
{
border-color: #8B3688;
}
.TagClassName
{
border-color: #8B3688;
}
</style>