Shades of Vivid Violet #8C489F
Tints of Vivid Violet #8C489F
RGB
CMYK
RGB Variations
Color information
#8C489F (or 0x8C489F) is known color: Vivid Violet. HEX triplet: 8C, 48 and 9F. RGB value is (140,72,159). Sum of RGB (Red+Green+Blue) = 140+72+159=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C489F is #73B760. Grayscale: #656565. Windows color (decimal): -7583585 or 10438796. OLE color: 10438796.
HSL color Cylindrical-coordinate representation of color #8C489F: hue angle of 286.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C489F is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 72 | 159 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.38 |
| HSL | 286.9º | 0.38% | 0.45% | - |
| HSV(B) | 286.9º | 0.55% | 0.62% | - |
| XYZ | 19.39 | 12.71 | 34.23 | - |
| YUV | 102.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 159 | 0.12 | 0.55 | 0 | 0.38 | 286.9 | 0.38 | 0.45 |
| Hex | 8C | 48 | 9F | C | 37 | 0 | 26 | 11F | 26 | 2D |
| Octal | 214 | 110 | 237 | 14 | 67 | 0 | 46 | 437 | 46 | 55 |
| Binary | 10001100 | 1001000 | 10011111 | 1100 | 110111 | 0 | 100110 | 100011111 | 100110 | 101101 |
Color Harmonies of #8C489F
Complementary color
Monochromatic Colors of #8C489F
Black with #8C489F
Text Example
Text Example
White with #8C489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C489F; }
p { color: rgb(140,72,159); }
H1.HeaderClassName
{
color: #8C489F;
}
.AnyTagClassName
{
color: #8C489F;
}
</style>
background-color css
<style>
a { background-color: #8C489F; }
a { background-color: rgb(140,72,159); }
div.DivClassName
{
background-color: #8C489F;
}
.BgClassName
{
background-color: #8C489F;
}
</style>
border-color css
<style>
span { border-color: #8C489F; }
span { border-color: rgb(140,72,159); }
td.TdClassName
{
border-color: #8C489F;
}
.TagClassName
{
border-color: #8C489F;
}
</style>