Shades of Vivid Violet #8C4798
Tints of Vivid Violet #8C4798
RGB
CMYK
RGB Variations
Color information
#8C4798 (or 0x8C4798) is known color: Vivid Violet. HEX triplet: 8C, 47 and 98. RGB value is (140,71,152). Sum of RGB (Red+Green+Blue) = 140+71+152=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C4798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4798 is #73B867. Grayscale: #646464. Windows color (decimal): -7583848 or 9979788. OLE color: 9979788.
HSL color Cylindrical-coordinate representation of color #8C4798: hue angle of 291.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4798 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 71 | 152 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.40 |
| HSL | 291.11º | 0.36% | 0.44% | - |
| HSV(B) | 291.11º | 0.53% | 0.6% | - |
| XYZ | 18.74 | 12.35 | 31.1 | - |
| YUV | 100.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 152 | 0.08 | 0.53 | 0 | 0.40 | 291.11 | 0.36 | 0.44 |
| Hex | 8C | 47 | 98 | 8 | 35 | 0 | 28 | 123 | 24 | 2C |
| Octal | 214 | 107 | 230 | 10 | 65 | 0 | 50 | 443 | 44 | 54 |
| Binary | 10001100 | 1000111 | 10011000 | 1000 | 110101 | 0 | 101000 | 100100011 | 100100 | 101100 |
Color Harmonies of #8C4798
Complementary color
Monochromatic Colors of #8C4798
Black with #8C4798
Text Example
Text Example
White with #8C4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4798; }
p { color: rgb(140,71,152); }
H1.HeaderClassName
{
color: #8C4798;
}
.AnyTagClassName
{
color: #8C4798;
}
</style>
background-color css
<style>
a { background-color: #8C4798; }
a { background-color: rgb(140,71,152); }
div.DivClassName
{
background-color: #8C4798;
}
.BgClassName
{
background-color: #8C4798;
}
</style>
border-color css
<style>
span { border-color: #8C4798; }
span { border-color: rgb(140,71,152); }
td.TdClassName
{
border-color: #8C4798;
}
.TagClassName
{
border-color: #8C4798;
}
</style>