Shades of Vivid Violet #8A2D9E
Tints of Vivid Violet #8A2D9E
RGB
CMYK
RGB Variations
Color information
#8A2D9E (or 0x8A2D9E) is known color: Vivid Violet. HEX triplet: 8A, 2D and 9E. RGB value is (138,45,158). Sum of RGB (Red+Green+Blue) = 138+45+158=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A2D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2D9E is #75D261. Grayscale: #555555. Windows color (decimal): -7721570 or 10366346. OLE color: 10366346.
HSL color Cylindrical-coordinate representation of color #8A2D9E: hue angle of 289.38º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2D9E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 45 | 158 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.38 |
| HSL | 289.38º | 0.56% | 0.4% | - |
| HSV(B) | 289.38º | 0.72% | 0.62% | - |
| XYZ | 17.59 | 9.75 | 33.3 | - |
| YUV | 85.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 158 | 0.13 | 0.72 | 0 | 0.38 | 289.38 | 0.56 | 0.4 |
| Hex | 8A | 2D | 9E | D | 48 | 0 | 26 | 121 | 38 | 28 |
| Octal | 212 | 55 | 236 | 15 | 110 | 0 | 46 | 441 | 70 | 50 |
| Binary | 10001010 | 101101 | 10011110 | 1101 | 1001000 | 0 | 100110 | 100100001 | 111000 | 101000 |
Color Harmonies of #8A2D9E
Complementary color
Monochromatic Colors of #8A2D9E
Black with #8A2D9E
Text Example
Text Example
White with #8A2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D9E; }
p { color: rgb(138,45,158); }
H1.HeaderClassName
{
color: #8A2D9E;
}
.AnyTagClassName
{
color: #8A2D9E;
}
</style>
background-color css
<style>
a { background-color: #8A2D9E; }
a { background-color: rgb(138,45,158); }
div.DivClassName
{
background-color: #8A2D9E;
}
.BgClassName
{
background-color: #8A2D9E;
}
</style>
border-color css
<style>
span { border-color: #8A2D9E; }
span { border-color: rgb(138,45,158); }
td.TdClassName
{
border-color: #8A2D9E;
}
.TagClassName
{
border-color: #8A2D9E;
}
</style>