Shades of Vivid Violet #8B4AA2
Tints of Vivid Violet #8B4AA2
RGB
CMYK
RGB Variations
Color information
#8B4AA2 (or 0x8B4AA2) is known color: Vivid Violet. HEX triplet: 8B, 4A and A2. RGB value is (139,74,162). Sum of RGB (Red+Green+Blue) = 139+74+162=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B4AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AA2 is #74B55D. Grayscale: #676767. Windows color (decimal): -7648606 or 10635915. OLE color: 10635915.
HSL color Cylindrical-coordinate representation of color #8B4AA2: hue angle of 284.32º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4AA2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 74 | 162 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.36 |
| HSL | 284.32º | 0.37% | 0.46% | - |
| HSV(B) | 284.32º | 0.54% | 0.64% | - |
| XYZ | 19.62 | 13 | 35.66 | - |
| YUV | 103.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 162 | 0.14 | 0.54 | 0 | 0.36 | 284.32 | 0.37 | 0.46 |
| Hex | 8B | 4A | A2 | E | 36 | 0 | 24 | 11C | 25 | 2E |
| Octal | 213 | 112 | 242 | 16 | 66 | 0 | 44 | 434 | 45 | 56 |
| Binary | 10001011 | 1001010 | 10100010 | 1110 | 110110 | 0 | 100100 | 100011100 | 100101 | 101110 |
Color Harmonies of #8B4AA2
Complementary color
Monochromatic Colors of #8B4AA2
Black with #8B4AA2
Text Example
Text Example
White with #8B4AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4AA2; }
p { color: rgb(139,74,162); }
H1.HeaderClassName
{
color: #8B4AA2;
}
.AnyTagClassName
{
color: #8B4AA2;
}
</style>
background-color css
<style>
a { background-color: #8B4AA2; }
a { background-color: rgb(139,74,162); }
div.DivClassName
{
background-color: #8B4AA2;
}
.BgClassName
{
background-color: #8B4AA2;
}
</style>
border-color css
<style>
span { border-color: #8B4AA2; }
span { border-color: rgb(139,74,162); }
td.TdClassName
{
border-color: #8B4AA2;
}
.TagClassName
{
border-color: #8B4AA2;
}
</style>