Shades of Vivid Violet #8A1EA7
Tints of Vivid Violet #8A1EA7
RGB
CMYK
RGB Variations
Color information
#8A1EA7 (or 0x8A1EA7) is known color: Vivid Violet. HEX triplet: 8A, 1E and A7. RGB value is (138,30,167). Sum of RGB (Red+Green+Blue) = 138+30+167=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #8A1EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1EA7 is #75E158. Grayscale: #4D4D4D. Windows color (decimal): -7725401 or 10952330. OLE color: 10952330.
HSL color Cylindrical-coordinate representation of color #8A1EA7: hue angle of 287.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1EA7 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 30 | 167 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.35 |
| HSL | 287.3º | 0.7% | 0.39% | - |
| HSV(B) | 287.3º | 0.82% | 0.65% | - |
| XYZ | 17.92 | 9.12 | 37.38 | - |
| YUV | 77.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 167 | 0.17 | 0.82 | 0 | 0.35 | 287.3 | 0.7 | 0.39 |
| Hex | 8A | 1E | A7 | 11 | 52 | 0 | 23 | 11F | 46 | 27 |
| Octal | 212 | 36 | 247 | 21 | 122 | 0 | 43 | 437 | 106 | 47 |
| Binary | 10001010 | 11110 | 10100111 | 10001 | 1010010 | 0 | 100011 | 100011111 | 1000110 | 100111 |
Color Harmonies of #8A1EA7
Complementary color
Monochromatic Colors of #8A1EA7
Black with #8A1EA7
Text Example
Text Example
White with #8A1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EA7; }
p { color: rgb(138,30,167); }
H1.HeaderClassName
{
color: #8A1EA7;
}
.AnyTagClassName
{
color: #8A1EA7;
}
</style>
background-color css
<style>
a { background-color: #8A1EA7; }
a { background-color: rgb(138,30,167); }
div.DivClassName
{
background-color: #8A1EA7;
}
.BgClassName
{
background-color: #8A1EA7;
}
</style>
border-color css
<style>
span { border-color: #8A1EA7; }
span { border-color: rgb(138,30,167); }
td.TdClassName
{
border-color: #8A1EA7;
}
.TagClassName
{
border-color: #8A1EA7;
}
</style>