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