Shades of Vivid Violet #8B4391
Tints of Vivid Violet #8B4391
RGB
CMYK
RGB Variations
Color information
#8B4391 (or 0x8B4391) is known color: Vivid Violet. HEX triplet: 8B, 43 and 91. RGB value is (139,67,145). Sum of RGB (Red+Green+Blue) = 139+67+145=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B4391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4391 is #74BC6E. Grayscale: #616161. Windows color (decimal): -7650415 or 9520011. OLE color: 9520011.
HSL color Cylindrical-coordinate representation of color #8B4391: hue angle of 295.38º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4391 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 67 | 145 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.43 |
| HSL | 295.38º | 0.37% | 0.42% | - |
| HSV(B) | 295.38º | 0.54% | 0.57% | - |
| XYZ | 17.77 | 11.55 | 28.08 | - |
| YUV | 97.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 145 | 0.04 | 0.54 | 0 | 0.43 | 295.38 | 0.37 | 0.42 |
| Hex | 8B | 43 | 91 | 4 | 36 | 0 | 2B | 127 | 25 | 2A |
| Octal | 213 | 103 | 221 | 4 | 66 | 0 | 53 | 447 | 45 | 52 |
| Binary | 10001011 | 1000011 | 10010001 | 100 | 110110 | 0 | 101011 | 100100111 | 100101 | 101010 |
Color Harmonies of #8B4391
Complementary color
Monochromatic Colors of #8B4391
Black with #8B4391
Text Example
Text Example
White with #8B4391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4391; }
p { color: rgb(139,67,145); }
H1.HeaderClassName
{
color: #8B4391;
}
.AnyTagClassName
{
color: #8B4391;
}
</style>
background-color css
<style>
a { background-color: #8B4391; }
a { background-color: rgb(139,67,145); }
div.DivClassName
{
background-color: #8B4391;
}
.BgClassName
{
background-color: #8B4391;
}
</style>
border-color css
<style>
span { border-color: #8B4391; }
span { border-color: rgb(139,67,145); }
td.TdClassName
{
border-color: #8B4391;
}
.TagClassName
{
border-color: #8B4391;
}
</style>