Shades of Vivid Violet #8A1A9F
Tints of Vivid Violet #8A1A9F
RGB
CMYK
RGB Variations
Color information
#8A1A9F (or 0x8A1A9F) is known color: Vivid Violet. HEX triplet: 8A, 1A and 9F. RGB value is (138,26,159). Sum of RGB (Red+Green+Blue) = 138+26+159=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A1A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1A9F is #75E560. Grayscale: #4A4A4A. Windows color (decimal): -7726433 or 10427018. OLE color: 10427018.
HSL color Cylindrical-coordinate representation of color #8A1A9F: hue angle of 290.53º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1A9F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 26 | 159 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.38 |
| HSL | 290.53º | 0.72% | 0.36% | - |
| HSV(B) | 290.53º | 0.84% | 0.62% | - |
| XYZ | 17.11 | 8.65 | 33.57 | - |
| YUV | 74.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 159 | 0.13 | 0.84 | 0 | 0.38 | 290.53 | 0.72 | 0.36 |
| Hex | 8A | 1A | 9F | D | 54 | 0 | 26 | 123 | 48 | 24 |
| Octal | 212 | 32 | 237 | 15 | 124 | 0 | 46 | 443 | 110 | 44 |
| Binary | 10001010 | 11010 | 10011111 | 1101 | 1010100 | 0 | 100110 | 100100011 | 1001000 | 100100 |
Color Harmonies of #8A1A9F
Complementary color
Monochromatic Colors of #8A1A9F
Black with #8A1A9F
Text Example
Text Example
White with #8A1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A9F; }
p { color: rgb(138,26,159); }
H1.HeaderClassName
{
color: #8A1A9F;
}
.AnyTagClassName
{
color: #8A1A9F;
}
</style>
background-color css
<style>
a { background-color: #8A1A9F; }
a { background-color: rgb(138,26,159); }
div.DivClassName
{
background-color: #8A1A9F;
}
.BgClassName
{
background-color: #8A1A9F;
}
</style>
border-color css
<style>
span { border-color: #8A1A9F; }
span { border-color: rgb(138,26,159); }
td.TdClassName
{
border-color: #8A1A9F;
}
.TagClassName
{
border-color: #8A1A9F;
}
</style>