Shades of Vivid Violet #8C4088
Tints of Vivid Violet #8C4088
RGB
CMYK
RGB Variations
Color information
#8C4088 (or 0x8C4088) is known color: Vivid Violet. HEX triplet: 8C, 40 and 88. RGB value is (140,64,136). Sum of RGB (Red+Green+Blue) = 140+64+136=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4088 is #73BF77. Grayscale: #5E5E5E. Windows color (decimal): -7585656 or 8929420. OLE color: 8929420.
HSL color Cylindrical-coordinate representation of color #8C4088: hue angle of 303.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4088 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 136 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.45 |
| HSL | 303.16º | 0.37% | 0.4% | - |
| HSV(B) | 303.16º | 0.54% | 0.55% | - |
| XYZ | 17.09 | 11.02 | 24.52 | - |
| YUV | 94.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 136 | 0 | 0.54 | 0.03 | 0.45 | 303.16 | 0.37 | 0.4 |
| Hex | 8C | 40 | 88 | 0 | 36 | 3 | 2D | 12F | 25 | 28 |
| Octal | 214 | 100 | 210 | 0 | 66 | 3 | 55 | 457 | 45 | 50 |
| Binary | 10001100 | 1000000 | 10001000 | 0 | 110110 | 11 | 101101 | 100101111 | 100101 | 101000 |
Color Harmonies of #8C4088
Complementary color
Monochromatic Colors of #8C4088
Black with #8C4088
Text Example
Text Example
White with #8C4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4088; }
p { color: rgb(140,64,136); }
H1.HeaderClassName
{
color: #8C4088;
}
.AnyTagClassName
{
color: #8C4088;
}
</style>
background-color css
<style>
a { background-color: #8C4088; }
a { background-color: rgb(140,64,136); }
div.DivClassName
{
background-color: #8C4088;
}
.BgClassName
{
background-color: #8C4088;
}
</style>
border-color css
<style>
span { border-color: #8C4088; }
span { border-color: rgb(140,64,136); }
td.TdClassName
{
border-color: #8C4088;
}
.TagClassName
{
border-color: #8C4088;
}
</style>