Shades of Vivid Violet #8B4689
Tints of Vivid Violet #8B4689
RGB
CMYK
RGB Variations
Color information
#8B4689 (or 0x8B4689) is known color: Vivid Violet. HEX triplet: 8B, 46 and 89. RGB value is (139,70,137). Sum of RGB (Red+Green+Blue) = 139+70+137=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4689 is #74B976. Grayscale: #626262. Windows color (decimal): -7649655 or 8996491. OLE color: 8996491.
HSL color Cylindrical-coordinate representation of color #8B4689: hue angle of 301.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4689 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 137 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.45 |
| HSL | 301.74º | 0.33% | 0.41% | - |
| HSV(B) | 301.74º | 0.5% | 0.55% | - |
| XYZ | 17.35 | 11.68 | 25.01 | - |
| YUV | 98.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 137 | 0 | 0.50 | 0.01 | 0.45 | 301.74 | 0.33 | 0.41 |
| Hex | 8B | 46 | 89 | 0 | 32 | 1 | 2D | 12E | 21 | 29 |
| Octal | 213 | 106 | 211 | 0 | 62 | 1 | 55 | 456 | 41 | 51 |
| Binary | 10001011 | 1000110 | 10001001 | 0 | 110010 | 1 | 101101 | 100101110 | 100001 | 101001 |
Color Harmonies of #8B4689
Complementary color
Monochromatic Colors of #8B4689
Black with #8B4689
Text Example
Text Example
White with #8B4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4689; }
p { color: rgb(139,70,137); }
H1.HeaderClassName
{
color: #8B4689;
}
.AnyTagClassName
{
color: #8B4689;
}
</style>
background-color css
<style>
a { background-color: #8B4689; }
a { background-color: rgb(139,70,137); }
div.DivClassName
{
background-color: #8B4689;
}
.BgClassName
{
background-color: #8B4689;
}
</style>
border-color css
<style>
span { border-color: #8B4689; }
span { border-color: rgb(139,70,137); }
td.TdClassName
{
border-color: #8B4689;
}
.TagClassName
{
border-color: #8B4689;
}
</style>