Shades of Vivid Violet #8B2691
Tints of Vivid Violet #8B2691
RGB
CMYK
RGB Variations
Color information
#8B2691 (or 0x8B2691) is known color: Vivid Violet. HEX triplet: 8B, 26 and 91. RGB value is (139,38,145). Sum of RGB (Red+Green+Blue) = 139+38+145=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B2691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2691 is #74D96E. Grayscale: #505050. Windows color (decimal): -7657839 or 9512587. OLE color: 9512587.
HSL color Cylindrical-coordinate representation of color #8B2691: hue angle of 296.64º degrees, saturation: 0.58, 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 #8B2691 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 38 | 145 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.43 |
| HSL | 296.64º | 0.58% | 0.36% | - |
| HSV(B) | 296.64º | 0.74% | 0.57% | - |
| XYZ | 16.45 | 8.92 | 27.64 | - |
| YUV | 80.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 145 | 0.04 | 0.74 | 0 | 0.43 | 296.64 | 0.58 | 0.36 |
| Hex | 8B | 26 | 91 | 4 | 4A | 0 | 2B | 129 | 3A | 24 |
| Octal | 213 | 46 | 221 | 4 | 112 | 0 | 53 | 451 | 72 | 44 |
| Binary | 10001011 | 100110 | 10010001 | 100 | 1001010 | 0 | 101011 | 100101001 | 111010 | 100100 |
Color Harmonies of #8B2691
Complementary color
Monochromatic Colors of #8B2691
Black with #8B2691
Text Example
Text Example
White with #8B2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2691; }
p { color: rgb(139,38,145); }
H1.HeaderClassName
{
color: #8B2691;
}
.AnyTagClassName
{
color: #8B2691;
}
</style>
background-color css
<style>
a { background-color: #8B2691; }
a { background-color: rgb(139,38,145); }
div.DivClassName
{
background-color: #8B2691;
}
.BgClassName
{
background-color: #8B2691;
}
</style>
border-color css
<style>
span { border-color: #8B2691; }
span { border-color: rgb(139,38,145); }
td.TdClassName
{
border-color: #8B2691;
}
.TagClassName
{
border-color: #8B2691;
}
</style>