Shades of Vivid Violet #8A3187
Tints of Vivid Violet #8A3187
RGB
CMYK
RGB Variations
Color information
#8A3187 (or 0x8A3187) is known color: Vivid Violet. HEX triplet: 8A, 31 and 87. RGB value is (138,49,135). Sum of RGB (Red+Green+Blue) = 138+49+135=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3187 is #75CE78. Grayscale: #555555. Windows color (decimal): -7720569 or 8860042. OLE color: 8860042.
HSL color Cylindrical-coordinate representation of color #8A3187: hue angle of 302.02º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3187 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 135 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.46 |
| HSL | 302.02º | 0.48% | 0.37% | - |
| HSV(B) | 302.02º | 0.64% | 0.54% | - |
| XYZ | 15.95 | 9.35 | 23.89 | - |
| YUV | 85.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 135 | 0 | 0.64 | 0.02 | 0.46 | 302.02 | 0.48 | 0.37 |
| Hex | 8A | 31 | 87 | 0 | 40 | 2 | 2E | 12E | 30 | 25 |
| Octal | 212 | 61 | 207 | 0 | 100 | 2 | 56 | 456 | 60 | 45 |
| Binary | 10001010 | 110001 | 10000111 | 0 | 1000000 | 10 | 101110 | 100101110 | 110000 | 100101 |
Color Harmonies of #8A3187
Complementary color
Monochromatic Colors of #8A3187
Black with #8A3187
Text Example
Text Example
White with #8A3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3187; }
p { color: rgb(138,49,135); }
H1.HeaderClassName
{
color: #8A3187;
}
.AnyTagClassName
{
color: #8A3187;
}
</style>
background-color css
<style>
a { background-color: #8A3187; }
a { background-color: rgb(138,49,135); }
div.DivClassName
{
background-color: #8A3187;
}
.BgClassName
{
background-color: #8A3187;
}
</style>
border-color css
<style>
span { border-color: #8A3187; }
span { border-color: rgb(138,49,135); }
td.TdClassName
{
border-color: #8A3187;
}
.TagClassName
{
border-color: #8A3187;
}
</style>