Shades of Vivid Violet #8B3B8A
Tints of Vivid Violet #8B3B8A
RGB
CMYK
RGB Variations
Color information
#8B3B8A (or 0x8B3B8A) is known color: Vivid Violet. HEX triplet: 8B, 3B and 8A. RGB value is (139,59,138). Sum of RGB (Red+Green+Blue) = 139+59+138=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3B8A is #74C475. Grayscale: #5B5B5B. Windows color (decimal): -7652470 or 9059211. OLE color: 9059211.
HSL color Cylindrical-coordinate representation of color #8B3B8A: hue angle of 300.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3B8A is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 59 | 138 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.45 |
| HSL | 300.75º | 0.4% | 0.39% | - |
| HSV(B) | 300.75º | 0.58% | 0.55% | - |
| XYZ | 16.8 | 10.45 | 25.18 | - |
| YUV | 91.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 138 | 0 | 0.58 | 0.01 | 0.45 | 300.75 | 0.4 | 0.39 |
| Hex | 8B | 3B | 8A | 0 | 3A | 1 | 2D | 12D | 28 | 27 |
| Octal | 213 | 73 | 212 | 0 | 72 | 1 | 55 | 455 | 50 | 47 |
| Binary | 10001011 | 111011 | 10001010 | 0 | 111010 | 1 | 101101 | 100101101 | 101000 | 100111 |
Color Harmonies of #8B3B8A
Complementary color
Monochromatic Colors of #8B3B8A
Black with #8B3B8A
Text Example
Text Example
White with #8B3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3B8A; }
p { color: rgb(139,59,138); }
H1.HeaderClassName
{
color: #8B3B8A;
}
.AnyTagClassName
{
color: #8B3B8A;
}
</style>
background-color css
<style>
a { background-color: #8B3B8A; }
a { background-color: rgb(139,59,138); }
div.DivClassName
{
background-color: #8B3B8A;
}
.BgClassName
{
background-color: #8B3B8A;
}
</style>
border-color css
<style>
span { border-color: #8B3B8A; }
span { border-color: rgb(139,59,138); }
td.TdClassName
{
border-color: #8B3B8A;
}
.TagClassName
{
border-color: #8B3B8A;
}
</style>