Shades of Vivid Violet #8A2D9F
Tints of Vivid Violet #8A2D9F
RGB
CMYK
RGB Variations
Color information
#8A2D9F (or 0x8A2D9F) is known color: Vivid Violet. HEX triplet: 8A, 2D and 9F. RGB value is (138,45,159). Sum of RGB (Red+Green+Blue) = 138+45+159=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A2D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2D9F is #75D260. Grayscale: #555555. Windows color (decimal): -7721569 or 10431882. OLE color: 10431882.
HSL color Cylindrical-coordinate representation of color #8A2D9F: hue angle of 288.95º 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 #8A2D9F is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 45 | 159 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.38 |
| HSL | 288.95º | 0.56% | 0.4% | - |
| HSV(B) | 288.95º | 0.72% | 0.62% | - |
| XYZ | 17.68 | 9.78 | 33.76 | - |
| YUV | 85.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 159 | 0.13 | 0.72 | 0 | 0.38 | 288.95 | 0.56 | 0.4 |
| Hex | 8A | 2D | 9F | D | 48 | 0 | 26 | 121 | 38 | 28 |
| Octal | 212 | 55 | 237 | 15 | 110 | 0 | 46 | 441 | 70 | 50 |
| Binary | 10001010 | 101101 | 10011111 | 1101 | 1001000 | 0 | 100110 | 100100001 | 111000 | 101000 |
Color Harmonies of #8A2D9F
Complementary color
Monochromatic Colors of #8A2D9F
Black with #8A2D9F
Text Example
Text Example
White with #8A2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D9F; }
p { color: rgb(138,45,159); }
H1.HeaderClassName
{
color: #8A2D9F;
}
.AnyTagClassName
{
color: #8A2D9F;
}
</style>
background-color css
<style>
a { background-color: #8A2D9F; }
a { background-color: rgb(138,45,159); }
div.DivClassName
{
background-color: #8A2D9F;
}
.BgClassName
{
background-color: #8A2D9F;
}
</style>
border-color css
<style>
span { border-color: #8A2D9F; }
span { border-color: rgb(138,45,159); }
td.TdClassName
{
border-color: #8A2D9F;
}
.TagClassName
{
border-color: #8A2D9F;
}
</style>