Shades of Vivid Violet #8A3189
Tints of Vivid Violet #8A3189
RGB
CMYK
RGB Variations
Color information
#8A3189 (or 0x8A3189) is known color: Vivid Violet. HEX triplet: 8A, 31 and 89. RGB value is (138,49,137). Sum of RGB (Red+Green+Blue) = 138+49+137=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3189 is #75CE76. Grayscale: #555555. Windows color (decimal): -7720567 or 8991114. OLE color: 8991114.
HSL color Cylindrical-coordinate representation of color #8A3189: hue angle of 300.67º 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 #8A3189 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 137 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.46 |
| HSL | 300.67º | 0.48% | 0.37% | - |
| HSV(B) | 300.67º | 0.64% | 0.54% | - |
| XYZ | 16.09 | 9.41 | 24.63 | - |
| YUV | 85.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 137 | 0 | 0.64 | 0.01 | 0.46 | 300.67 | 0.48 | 0.37 |
| Hex | 8A | 31 | 89 | 0 | 40 | 1 | 2E | 12D | 30 | 25 |
| Octal | 212 | 61 | 211 | 0 | 100 | 1 | 56 | 455 | 60 | 45 |
| Binary | 10001010 | 110001 | 10001001 | 0 | 1000000 | 1 | 101110 | 100101101 | 110000 | 100101 |
Color Harmonies of #8A3189
Complementary color
Monochromatic Colors of #8A3189
Black with #8A3189
Text Example
Text Example
White with #8A3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3189; }
p { color: rgb(138,49,137); }
H1.HeaderClassName
{
color: #8A3189;
}
.AnyTagClassName
{
color: #8A3189;
}
</style>
background-color css
<style>
a { background-color: #8A3189; }
a { background-color: rgb(138,49,137); }
div.DivClassName
{
background-color: #8A3189;
}
.BgClassName
{
background-color: #8A3189;
}
</style>
border-color css
<style>
span { border-color: #8A3189; }
span { border-color: rgb(138,49,137); }
td.TdClassName
{
border-color: #8A3189;
}
.TagClassName
{
border-color: #8A3189;
}
</style>