Shades of Vivid Violet #8A2C9F
Tints of Vivid Violet #8A2C9F
RGB
CMYK
RGB Variations
Color information
#8A2C9F (or 0x8A2C9F) is known color: Vivid Violet. HEX triplet: 8A, 2C and 9F. RGB value is (138,44,159). Sum of RGB (Red+Green+Blue) = 138+44+159=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A2C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C9F is #75D360. Grayscale: #545454. Windows color (decimal): -7721825 or 10431626. OLE color: 10431626.
HSL color Cylindrical-coordinate representation of color #8A2C9F: hue angle of 289.04º degrees, saturation: 0.57, 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 #8A2C9F is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 44 | 159 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.38 |
| HSL | 289.04º | 0.57% | 0.4% | - |
| HSV(B) | 289.04º | 0.72% | 0.62% | - |
| XYZ | 17.64 | 9.71 | 33.74 | - |
| YUV | 85.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 159 | 0.13 | 0.72 | 0 | 0.38 | 289.04 | 0.57 | 0.4 |
| Hex | 8A | 2C | 9F | D | 48 | 0 | 26 | 121 | 39 | 28 |
| Octal | 212 | 54 | 237 | 15 | 110 | 0 | 46 | 441 | 71 | 50 |
| Binary | 10001010 | 101100 | 10011111 | 1101 | 1001000 | 0 | 100110 | 100100001 | 111001 | 101000 |
Color Harmonies of #8A2C9F
Complementary color
Monochromatic Colors of #8A2C9F
Black with #8A2C9F
Text Example
Text Example
White with #8A2C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C9F; }
p { color: rgb(138,44,159); }
H1.HeaderClassName
{
color: #8A2C9F;
}
.AnyTagClassName
{
color: #8A2C9F;
}
</style>
background-color css
<style>
a { background-color: #8A2C9F; }
a { background-color: rgb(138,44,159); }
div.DivClassName
{
background-color: #8A2C9F;
}
.BgClassName
{
background-color: #8A2C9F;
}
</style>
border-color css
<style>
span { border-color: #8A2C9F; }
span { border-color: rgb(138,44,159); }
td.TdClassName
{
border-color: #8A2C9F;
}
.TagClassName
{
border-color: #8A2C9F;
}
</style>