Shades of Vivid Violet #8B2591
Tints of Vivid Violet #8B2591
RGB
CMYK
RGB Variations
Color information
#8B2591 (or 0x8B2591) is known color: Vivid Violet. HEX triplet: 8B, 25 and 91. RGB value is (139,37,145). Sum of RGB (Red+Green+Blue) = 139+37+145=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B2591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2591 is #74DA6E. Grayscale: #4F4F4F. Windows color (decimal): -7658095 or 9512331. OLE color: 9512331.
HSL color Cylindrical-coordinate representation of color #8B2591: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2591 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 37 | 145 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.43 |
| HSL | 296.67º | 0.59% | 0.36% | - |
| HSV(B) | 296.67º | 0.74% | 0.57% | - |
| XYZ | 16.42 | 8.86 | 27.63 | - |
| YUV | 79.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 145 | 0.04 | 0.74 | 0 | 0.43 | 296.67 | 0.59 | 0.36 |
| Hex | 8B | 25 | 91 | 4 | 4A | 0 | 2B | 129 | 3B | 24 |
| Octal | 213 | 45 | 221 | 4 | 112 | 0 | 53 | 451 | 73 | 44 |
| Binary | 10001011 | 100101 | 10010001 | 100 | 1001010 | 0 | 101011 | 100101001 | 111011 | 100100 |
Color Harmonies of #8B2591
Complementary color
Monochromatic Colors of #8B2591
Black with #8B2591
Text Example
Text Example
White with #8B2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2591; }
p { color: rgb(139,37,145); }
H1.HeaderClassName
{
color: #8B2591;
}
.AnyTagClassName
{
color: #8B2591;
}
</style>
background-color css
<style>
a { background-color: #8B2591; }
a { background-color: rgb(139,37,145); }
div.DivClassName
{
background-color: #8B2591;
}
.BgClassName
{
background-color: #8B2591;
}
</style>
border-color css
<style>
span { border-color: #8B2591; }
span { border-color: rgb(139,37,145); }
td.TdClassName
{
border-color: #8B2591;
}
.TagClassName
{
border-color: #8B2591;
}
</style>