Shades of Vivid Violet #8C2F99
Tints of Vivid Violet #8C2F99
RGB
CMYK
RGB Variations
Color information
#8C2F99 (or 0x8C2F99) is known color: Vivid Violet. HEX triplet: 8C, 2F and 99. RGB value is (140,47,153). Sum of RGB (Red+Green+Blue) = 140+47+153=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C2F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2F99 is #73D066. Grayscale: #565656. Windows color (decimal): -7589991 or 10039180. OLE color: 10039180.
HSL color Cylindrical-coordinate representation of color #8C2F99: hue angle of 292.64º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2F99 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 47 | 153 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.4 |
| HSL | 292.64º | 0.53% | 0.39% | - |
| HSV(B) | 292.64º | 0.69% | 0.6% | - |
| XYZ | 17.58 | 9.91 | 31.12 | - |
| YUV | 86.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 153 | 0.08 | 0.69 | 0 | 0.4 | 292.64 | 0.53 | 0.39 |
| Hex | 8C | 2F | 99 | 8 | 45 | 0 | 28 | 125 | 35 | 27 |
| Octal | 214 | 57 | 231 | 10 | 105 | 0 | 50 | 445 | 65 | 47 |
| Binary | 10001100 | 101111 | 10011001 | 1000 | 1000101 | 0 | 101000 | 100100101 | 110101 | 100111 |
Color Harmonies of #8C2F99
Complementary color
Monochromatic Colors of #8C2F99
Black with #8C2F99
Text Example
Text Example
White with #8C2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F99; }
p { color: rgb(140,47,153); }
H1.HeaderClassName
{
color: #8C2F99;
}
.AnyTagClassName
{
color: #8C2F99;
}
</style>
background-color css
<style>
a { background-color: #8C2F99; }
a { background-color: rgb(140,47,153); }
div.DivClassName
{
background-color: #8C2F99;
}
.BgClassName
{
background-color: #8C2F99;
}
</style>
border-color css
<style>
span { border-color: #8C2F99; }
span { border-color: rgb(140,47,153); }
td.TdClassName
{
border-color: #8C2F99;
}
.TagClassName
{
border-color: #8C2F99;
}
</style>