Shades of Vivid Violet #8C3189
Tints of Vivid Violet #8C3189
RGB
CMYK
RGB Variations
Color information
#8C3189 (or 0x8C3189) is known color: Vivid Violet. HEX triplet: 8C, 31 and 89. RGB value is (140,49,137). Sum of RGB (Red+Green+Blue) = 140+49+137=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3189 is #73CE76. Grayscale: #555555. Windows color (decimal): -7589495 or 8991116. OLE color: 8991116.
HSL color Cylindrical-coordinate representation of color #8C3189: hue angle of 301.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3189 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 137 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.45 |
| HSL | 301.98º | 0.48% | 0.37% | - |
| HSV(B) | 301.98º | 0.65% | 0.55% | - |
| XYZ | 16.43 | 9.58 | 24.65 | - |
| YUV | 86.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 137 | 0 | 0.65 | 0.02 | 0.45 | 301.98 | 0.48 | 0.37 |
| Hex | 8C | 31 | 89 | 0 | 41 | 2 | 2D | 12E | 30 | 25 |
| Octal | 214 | 61 | 211 | 0 | 101 | 2 | 55 | 456 | 60 | 45 |
| Binary | 10001100 | 110001 | 10001001 | 0 | 1000001 | 10 | 101101 | 100101110 | 110000 | 100101 |
Color Harmonies of #8C3189
Complementary color
Monochromatic Colors of #8C3189
Black with #8C3189
Text Example
Text Example
White with #8C3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3189; }
p { color: rgb(140,49,137); }
H1.HeaderClassName
{
color: #8C3189;
}
.AnyTagClassName
{
color: #8C3189;
}
</style>
background-color css
<style>
a { background-color: #8C3189; }
a { background-color: rgb(140,49,137); }
div.DivClassName
{
background-color: #8C3189;
}
.BgClassName
{
background-color: #8C3189;
}
</style>
border-color css
<style>
span { border-color: #8C3189; }
span { border-color: rgb(140,49,137); }
td.TdClassName
{
border-color: #8C3189;
}
.TagClassName
{
border-color: #8C3189;
}
</style>