Shades of Vivid Violet #8B458A
Tints of Vivid Violet #8B458A
RGB
CMYK
RGB Variations
Color information
#8B458A (or 0x8B458A) is known color: Vivid Violet. HEX triplet: 8B, 45 and 8A. RGB value is (139,69,138). Sum of RGB (Red+Green+Blue) = 139+69+138=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B458A is #74BA75. Grayscale: #616161. Windows color (decimal): -7649910 or 9061771. OLE color: 9061771.
HSL color Cylindrical-coordinate representation of color #8B458A: hue angle of 300.86º degrees, saturation: 0.34, 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 #8B458A is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 138 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.45 |
| HSL | 300.86º | 0.34% | 0.41% | - |
| HSV(B) | 300.86º | 0.5% | 0.55% | - |
| XYZ | 17.36 | 11.58 | 25.36 | - |
| YUV | 97.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 138 | 0 | 0.50 | 0.01 | 0.45 | 300.86 | 0.34 | 0.41 |
| Hex | 8B | 45 | 8A | 0 | 32 | 1 | 2D | 12D | 22 | 29 |
| Octal | 213 | 105 | 212 | 0 | 62 | 1 | 55 | 455 | 42 | 51 |
| Binary | 10001011 | 1000101 | 10001010 | 0 | 110010 | 1 | 101101 | 100101101 | 100010 | 101001 |
Color Harmonies of #8B458A
Complementary color
Monochromatic Colors of #8B458A
Black with #8B458A
Text Example
Text Example
White with #8B458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B458A; }
p { color: rgb(139,69,138); }
H1.HeaderClassName
{
color: #8B458A;
}
.AnyTagClassName
{
color: #8B458A;
}
</style>
background-color css
<style>
a { background-color: #8B458A; }
a { background-color: rgb(139,69,138); }
div.DivClassName
{
background-color: #8B458A;
}
.BgClassName
{
background-color: #8B458A;
}
</style>
border-color css
<style>
span { border-color: #8B458A; }
span { border-color: rgb(139,69,138); }
td.TdClassName
{
border-color: #8B458A;
}
.TagClassName
{
border-color: #8B458A;
}
</style>