Shades of Vivid Violet #8A529E
Tints of Vivid Violet #8A529E
RGB
CMYK
RGB Variations
Color information
#8A529E (or 0x8A529E) is known color: Vivid Violet. HEX triplet: 8A, 52 and 9E. RGB value is (138,82,158). Sum of RGB (Red+Green+Blue) = 138+82+158=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A529E is #75AD61. Grayscale: #6B6B6B. Windows color (decimal): -7712098 or 10375818. OLE color: 10375818.
HSL color Cylindrical-coordinate representation of color #8A529E: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A529E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 82 | 158 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.38 |
| HSL | 284.21º | 0.32% | 0.47% | - |
| HSV(B) | 284.21º | 0.48% | 0.62% | - |
| XYZ | 19.67 | 13.91 | 34 | - |
| YUV | 107.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 158 | 0.13 | 0.48 | 0 | 0.38 | 284.21 | 0.32 | 0.47 |
| Hex | 8A | 52 | 9E | D | 30 | 0 | 26 | 11C | 20 | 2F |
| Octal | 212 | 122 | 236 | 15 | 60 | 0 | 46 | 434 | 40 | 57 |
| Binary | 10001010 | 1010010 | 10011110 | 1101 | 110000 | 0 | 100110 | 100011100 | 100000 | 101111 |
Color Harmonies of #8A529E
Complementary color
Monochromatic Colors of #8A529E
Black with #8A529E
Text Example
Text Example
White with #8A529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A529E; }
p { color: rgb(138,82,158); }
H1.HeaderClassName
{
color: #8A529E;
}
.AnyTagClassName
{
color: #8A529E;
}
</style>
background-color css
<style>
a { background-color: #8A529E; }
a { background-color: rgb(138,82,158); }
div.DivClassName
{
background-color: #8A529E;
}
.BgClassName
{
background-color: #8A529E;
}
</style>
border-color css
<style>
span { border-color: #8A529E; }
span { border-color: rgb(138,82,158); }
td.TdClassName
{
border-color: #8A529E;
}
.TagClassName
{
border-color: #8A529E;
}
</style>