Shades of Vivid Violet #8C2496
Tints of Vivid Violet #8C2496
RGB
CMYK
RGB Variations
Color information
#8C2496 (or 0x8C2496) is known color: Vivid Violet. HEX triplet: 8C, 24 and 96. RGB value is (140,36,150). Sum of RGB (Red+Green+Blue) = 140+36+150=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C2496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2496 is #73DB69. Grayscale: #4F4F4F. Windows color (decimal): -7592810 or 9839756. OLE color: 9839756.
HSL color Cylindrical-coordinate representation of color #8C2496: hue angle of 294.74º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2496 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 36 | 150 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.41 |
| HSL | 294.74º | 0.61% | 0.36% | - |
| HSV(B) | 294.74º | 0.76% | 0.59% | - |
| XYZ | 16.95 | 9.04 | 29.71 | - |
| YUV | 80.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 150 | 0.07 | 0.76 | 0 | 0.41 | 294.74 | 0.61 | 0.36 |
| Hex | 8C | 24 | 96 | 7 | 4C | 0 | 29 | 127 | 3D | 24 |
| Octal | 214 | 44 | 226 | 7 | 114 | 0 | 51 | 447 | 75 | 44 |
| Binary | 10001100 | 100100 | 10010110 | 111 | 1001100 | 0 | 101001 | 100100111 | 111101 | 100100 |
Color Harmonies of #8C2496
Complementary color
Monochromatic Colors of #8C2496
Black with #8C2496
Text Example
Text Example
White with #8C2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2496; }
p { color: rgb(140,36,150); }
H1.HeaderClassName
{
color: #8C2496;
}
.AnyTagClassName
{
color: #8C2496;
}
</style>
background-color css
<style>
a { background-color: #8C2496; }
a { background-color: rgb(140,36,150); }
div.DivClassName
{
background-color: #8C2496;
}
.BgClassName
{
background-color: #8C2496;
}
</style>
border-color css
<style>
span { border-color: #8C2496; }
span { border-color: rgb(140,36,150); }
td.TdClassName
{
border-color: #8C2496;
}
.TagClassName
{
border-color: #8C2496;
}
</style>