Shades of Vivid Violet #8B2391
Tints of Vivid Violet #8B2391
RGB
CMYK
RGB Variations
Color information
#8B2391 (or 0x8B2391) is known color: Vivid Violet. HEX triplet: 8B, 23 and 91. RGB value is (139,35,145). Sum of RGB (Red+Green+Blue) = 139+35+145=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B2391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2391 is #74DC6E. Grayscale: #4E4E4E. Windows color (decimal): -7658607 or 9511819. OLE color: 9511819.
HSL color Cylindrical-coordinate representation of color #8B2391: hue angle of 296.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2391 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 35 | 145 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.43 |
| HSL | 296.73º | 0.61% | 0.35% | - |
| HSV(B) | 296.73º | 0.76% | 0.57% | - |
| XYZ | 16.36 | 8.74 | 27.61 | - |
| YUV | 78.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 145 | 0.04 | 0.76 | 0 | 0.43 | 296.73 | 0.61 | 0.35 |
| Hex | 8B | 23 | 91 | 4 | 4C | 0 | 2B | 129 | 3D | 23 |
| Octal | 213 | 43 | 221 | 4 | 114 | 0 | 53 | 451 | 75 | 43 |
| Binary | 10001011 | 100011 | 10010001 | 100 | 1001100 | 0 | 101011 | 100101001 | 111101 | 100011 |
Color Harmonies of #8B2391
Complementary color
Monochromatic Colors of #8B2391
Black with #8B2391
Text Example
Text Example
White with #8B2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2391; }
p { color: rgb(139,35,145); }
H1.HeaderClassName
{
color: #8B2391;
}
.AnyTagClassName
{
color: #8B2391;
}
</style>
background-color css
<style>
a { background-color: #8B2391; }
a { background-color: rgb(139,35,145); }
div.DivClassName
{
background-color: #8B2391;
}
.BgClassName
{
background-color: #8B2391;
}
</style>
border-color css
<style>
span { border-color: #8B2391; }
span { border-color: rgb(139,35,145); }
td.TdClassName
{
border-color: #8B2391;
}
.TagClassName
{
border-color: #8B2391;
}
</style>