Shades of Vivid Violet #8C2499
Tints of Vivid Violet #8C2499
RGB
CMYK
RGB Variations
Color information
#8C2499 (or 0x8C2499) is known color: Vivid Violet. HEX triplet: 8C, 24 and 99. RGB value is (140,36,153). Sum of RGB (Red+Green+Blue) = 140+36+153=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2499 is #73DB66. Grayscale: #505050. Windows color (decimal): -7592807 or 10036364. OLE color: 10036364.
HSL color Cylindrical-coordinate representation of color #8C2499: hue angle of 293.33º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2499 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 36 | 153 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.4 |
| HSL | 293.33º | 0.62% | 0.37% | - |
| HSV(B) | 293.33º | 0.76% | 0.6% | - |
| XYZ | 17.2 | 9.14 | 30.99 | - |
| YUV | 80.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 153 | 0.08 | 0.76 | 0 | 0.4 | 293.33 | 0.62 | 0.37 |
| Hex | 8C | 24 | 99 | 8 | 4C | 0 | 28 | 125 | 3E | 25 |
| Octal | 214 | 44 | 231 | 10 | 114 | 0 | 50 | 445 | 76 | 45 |
| Binary | 10001100 | 100100 | 10011001 | 1000 | 1001100 | 0 | 101000 | 100100101 | 111110 | 100101 |
Color Harmonies of #8C2499
Complementary color
Monochromatic Colors of #8C2499
Black with #8C2499
Text Example
Text Example
White with #8C2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2499; }
p { color: rgb(140,36,153); }
H1.HeaderClassName
{
color: #8C2499;
}
.AnyTagClassName
{
color: #8C2499;
}
</style>
background-color css
<style>
a { background-color: #8C2499; }
a { background-color: rgb(140,36,153); }
div.DivClassName
{
background-color: #8C2499;
}
.BgClassName
{
background-color: #8C2499;
}
</style>
border-color css
<style>
span { border-color: #8C2499; }
span { border-color: rgb(140,36,153); }
td.TdClassName
{
border-color: #8C2499;
}
.TagClassName
{
border-color: #8C2499;
}
</style>