Shades of Vivid Violet #8B4A8D
Tints of Vivid Violet #8B4A8D
RGB
CMYK
RGB Variations
Color information
#8B4A8D (or 0x8B4A8D) is known color: Vivid Violet. HEX triplet: 8B, 4A and 8D. RGB value is (139,74,141). Sum of RGB (Red+Green+Blue) = 139+74+141=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A8D is #74B572. Grayscale: #646464. Windows color (decimal): -7648627 or 9259659. OLE color: 9259659.
HSL color Cylindrical-coordinate representation of color #8B4A8D: hue angle of 298.21º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4A8D is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 141 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.45 |
| HSL | 298.21º | 0.31% | 0.42% | - |
| HSV(B) | 298.21º | 0.48% | 0.55% | - |
| XYZ | 17.9 | 12.31 | 26.63 | - |
| YUV | 101.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 141 | 0.01 | 0.48 | 0 | 0.45 | 298.21 | 0.31 | 0.42 |
| Hex | 8B | 4A | 8D | 1 | 30 | 0 | 2D | 12A | 1F | 2A |
| Octal | 213 | 112 | 215 | 1 | 60 | 0 | 55 | 452 | 37 | 52 |
| Binary | 10001011 | 1001010 | 10001101 | 1 | 110000 | 0 | 101101 | 100101010 | 11111 | 101010 |
Color Harmonies of #8B4A8D
Complementary color
Monochromatic Colors of #8B4A8D
Black with #8B4A8D
Text Example
Text Example
White with #8B4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A8D; }
p { color: rgb(139,74,141); }
H1.HeaderClassName
{
color: #8B4A8D;
}
.AnyTagClassName
{
color: #8B4A8D;
}
</style>
background-color css
<style>
a { background-color: #8B4A8D; }
a { background-color: rgb(139,74,141); }
div.DivClassName
{
background-color: #8B4A8D;
}
.BgClassName
{
background-color: #8B4A8D;
}
</style>
border-color css
<style>
span { border-color: #8B4A8D; }
span { border-color: rgb(139,74,141); }
td.TdClassName
{
border-color: #8B4A8D;
}
.TagClassName
{
border-color: #8B4A8D;
}
</style>