Shades of Vivid Violet #8B4A8E
Tints of Vivid Violet #8B4A8E
RGB
CMYK
RGB Variations
Color information
#8B4A8E (or 0x8B4A8E) is known color: Vivid Violet. HEX triplet: 8B, 4A and 8E. RGB value is (139,74,142). Sum of RGB (Red+Green+Blue) = 139+74+142=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A8E is #74B571. Grayscale: #646464. Windows color (decimal): -7648626 or 9325195. OLE color: 9325195.
HSL color Cylindrical-coordinate representation of color #8B4A8E: hue angle of 297.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4A8E is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 74 | 142 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.44 |
| HSL | 297.35º | 0.31% | 0.42% | - |
| HSV(B) | 297.35º | 0.48% | 0.56% | - |
| XYZ | 17.98 | 12.34 | 27.03 | - |
| YUV | 101.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 142 | 0.02 | 0.48 | 0 | 0.44 | 297.35 | 0.31 | 0.42 |
| Hex | 8B | 4A | 8E | 2 | 30 | 0 | 2C | 129 | 1F | 2A |
| Octal | 213 | 112 | 216 | 2 | 60 | 0 | 54 | 451 | 37 | 52 |
| Binary | 10001011 | 1001010 | 10001110 | 10 | 110000 | 0 | 101100 | 100101001 | 11111 | 101010 |
Color Harmonies of #8B4A8E
Complementary color
Monochromatic Colors of #8B4A8E
Black with #8B4A8E
Text Example
Text Example
White with #8B4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A8E; }
p { color: rgb(139,74,142); }
H1.HeaderClassName
{
color: #8B4A8E;
}
.AnyTagClassName
{
color: #8B4A8E;
}
</style>
background-color css
<style>
a { background-color: #8B4A8E; }
a { background-color: rgb(139,74,142); }
div.DivClassName
{
background-color: #8B4A8E;
}
.BgClassName
{
background-color: #8B4A8E;
}
</style>
border-color css
<style>
span { border-color: #8B4A8E; }
span { border-color: rgb(139,74,142); }
td.TdClassName
{
border-color: #8B4A8E;
}
.TagClassName
{
border-color: #8B4A8E;
}
</style>