Shades of Vivid Violet #8B3288
Tints of Vivid Violet #8B3288
RGB
CMYK
RGB Variations
Color information
#8B3288 (or 0x8B3288) is known color: Vivid Violet. HEX triplet: 8B, 32 and 88. RGB value is (139,50,136). Sum of RGB (Red+Green+Blue) = 139+50+136=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3288 is #74CD77. Grayscale: #565656. Windows color (decimal): -7654776 or 8925835. OLE color: 8925835.
HSL color Cylindrical-coordinate representation of color #8B3288: hue angle of 302.02º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3288 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 136 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.45 |
| HSL | 302.02º | 0.47% | 0.37% | - |
| HSV(B) | 302.02º | 0.64% | 0.55% | - |
| XYZ | 16.23 | 9.55 | 24.28 | - |
| YUV | 86.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 136 | 0 | 0.64 | 0.02 | 0.45 | 302.02 | 0.47 | 0.37 |
| Hex | 8B | 32 | 88 | 0 | 40 | 2 | 2D | 12E | 2F | 25 |
| Octal | 213 | 62 | 210 | 0 | 100 | 2 | 55 | 456 | 57 | 45 |
| Binary | 10001011 | 110010 | 10001000 | 0 | 1000000 | 10 | 101101 | 100101110 | 101111 | 100101 |
Color Harmonies of #8B3288
Complementary color
Monochromatic Colors of #8B3288
Black with #8B3288
Text Example
Text Example
White with #8B3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3288; }
p { color: rgb(139,50,136); }
H1.HeaderClassName
{
color: #8B3288;
}
.AnyTagClassName
{
color: #8B3288;
}
</style>
background-color css
<style>
a { background-color: #8B3288; }
a { background-color: rgb(139,50,136); }
div.DivClassName
{
background-color: #8B3288;
}
.BgClassName
{
background-color: #8B3288;
}
</style>
border-color css
<style>
span { border-color: #8B3288; }
span { border-color: rgb(139,50,136); }
td.TdClassName
{
border-color: #8B3288;
}
.TagClassName
{
border-color: #8B3288;
}
</style>