Shades of Vivid Violet #8B4590
Tints of Vivid Violet #8B4590
RGB
CMYK
RGB Variations
Color information
#8B4590 (or 0x8B4590) is known color: Vivid Violet. HEX triplet: 8B, 45 and 90. RGB value is (139,69,144). Sum of RGB (Red+Green+Blue) = 139+69+144=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4590 is #74BA6F. Grayscale: #626262. Windows color (decimal): -7649904 or 9454987. OLE color: 9454987.
HSL color Cylindrical-coordinate representation of color #8B4590: hue angle of 296º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4590 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 69 | 144 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.44 |
| HSL | 296º | 0.35% | 0.42% | - |
| HSV(B) | 296º | 0.52% | 0.56% | - |
| XYZ | 17.81 | 11.76 | 27.72 | - |
| YUV | 98.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 144 | 0.03 | 0.52 | 0 | 0.44 | 296 | 0.35 | 0.42 |
| Hex | 8B | 45 | 90 | 3 | 34 | 0 | 2C | 128 | 23 | 2A |
| Octal | 213 | 105 | 220 | 3 | 64 | 0 | 54 | 450 | 43 | 52 |
| Binary | 10001011 | 1000101 | 10010000 | 11 | 110100 | 0 | 101100 | 100101000 | 100011 | 101010 |
Color Harmonies of #8B4590
Complementary color
Monochromatic Colors of #8B4590
Black with #8B4590
Text Example
Text Example
White with #8B4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4590; }
p { color: rgb(139,69,144); }
H1.HeaderClassName
{
color: #8B4590;
}
.AnyTagClassName
{
color: #8B4590;
}
</style>
background-color css
<style>
a { background-color: #8B4590; }
a { background-color: rgb(139,69,144); }
div.DivClassName
{
background-color: #8B4590;
}
.BgClassName
{
background-color: #8B4590;
}
</style>
border-color css
<style>
span { border-color: #8B4590; }
span { border-color: rgb(139,69,144); }
td.TdClassName
{
border-color: #8B4590;
}
.TagClassName
{
border-color: #8B4590;
}
</style>