Shades of Vivid Violet #8C2599
Tints of Vivid Violet #8C2599
RGB
CMYK
RGB Variations
Color information
#8C2599 (or 0x8C2599) is known color: Vivid Violet. HEX triplet: 8C, 25 and 99. RGB value is (140,37,153). Sum of RGB (Red+Green+Blue) = 140+37+153=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C2599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2599 is #73DA66. Grayscale: #505050. Windows color (decimal): -7592551 or 10036620. OLE color: 10036620.
HSL color Cylindrical-coordinate representation of color #8C2599: hue angle of 293.28º degrees, saturation: 0.61, 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 #8C2599 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 37 | 153 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.4 |
| HSL | 293.28º | 0.61% | 0.37% | - |
| HSV(B) | 293.28º | 0.76% | 0.6% | - |
| XYZ | 17.23 | 9.2 | 31 | - |
| YUV | 81.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 153 | 0.08 | 0.76 | 0 | 0.4 | 293.28 | 0.61 | 0.37 |
| Hex | 8C | 25 | 99 | 8 | 4C | 0 | 28 | 125 | 3D | 25 |
| Octal | 214 | 45 | 231 | 10 | 114 | 0 | 50 | 445 | 75 | 45 |
| Binary | 10001100 | 100101 | 10011001 | 1000 | 1001100 | 0 | 101000 | 100100101 | 111101 | 100101 |
Color Harmonies of #8C2599
Complementary color
Monochromatic Colors of #8C2599
Black with #8C2599
Text Example
Text Example
White with #8C2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2599; }
p { color: rgb(140,37,153); }
H1.HeaderClassName
{
color: #8C2599;
}
.AnyTagClassName
{
color: #8C2599;
}
</style>
background-color css
<style>
a { background-color: #8C2599; }
a { background-color: rgb(140,37,153); }
div.DivClassName
{
background-color: #8C2599;
}
.BgClassName
{
background-color: #8C2599;
}
</style>
border-color css
<style>
span { border-color: #8C2599; }
span { border-color: rgb(140,37,153); }
td.TdClassName
{
border-color: #8C2599;
}
.TagClassName
{
border-color: #8C2599;
}
</style>