Shades of Vivid Violet #8B458E
Tints of Vivid Violet #8B458E
RGB
CMYK
RGB Variations
Color information
#8B458E (or 0x8B458E) is known color: Vivid Violet. HEX triplet: 8B, 45 and 8E. RGB value is (139,69,142). Sum of RGB (Red+Green+Blue) = 139+69+142=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B458E is #74BA71. Grayscale: #626262. Windows color (decimal): -7649906 or 9323915. OLE color: 9323915.
HSL color Cylindrical-coordinate representation of color #8B458E: hue angle of 297.53º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B458E is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 69 | 142 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.44 |
| HSL | 297.53º | 0.35% | 0.41% | - |
| HSV(B) | 297.53º | 0.51% | 0.56% | - |
| XYZ | 17.66 | 11.7 | 26.92 | - |
| YUV | 98.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 142 | 0.02 | 0.51 | 0 | 0.44 | 297.53 | 0.35 | 0.41 |
| Hex | 8B | 45 | 8E | 2 | 33 | 0 | 2C | 12A | 23 | 29 |
| Octal | 213 | 105 | 216 | 2 | 63 | 0 | 54 | 452 | 43 | 51 |
| Binary | 10001011 | 1000101 | 10001110 | 10 | 110011 | 0 | 101100 | 100101010 | 100011 | 101001 |
Color Harmonies of #8B458E
Complementary color
Monochromatic Colors of #8B458E
Black with #8B458E
Text Example
Text Example
White with #8B458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B458E; }
p { color: rgb(139,69,142); }
H1.HeaderClassName
{
color: #8B458E;
}
.AnyTagClassName
{
color: #8B458E;
}
</style>
background-color css
<style>
a { background-color: #8B458E; }
a { background-color: rgb(139,69,142); }
div.DivClassName
{
background-color: #8B458E;
}
.BgClassName
{
background-color: #8B458E;
}
</style>
border-color css
<style>
span { border-color: #8B458E; }
span { border-color: rgb(139,69,142); }
td.TdClassName
{
border-color: #8B458E;
}
.TagClassName
{
border-color: #8B458E;
}
</style>