Shades of Vivid Violet #8C2D91
Tints of Vivid Violet #8C2D91
RGB
CMYK
RGB Variations
Color information
#8C2D91 (or 0x8C2D91) is known color: Vivid Violet. HEX triplet: 8C, 2D and 91. RGB value is (140,45,145). Sum of RGB (Red+Green+Blue) = 140+45+145=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C2D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2D91 is #73D26E. Grayscale: #545454. Windows color (decimal): -7590511 or 9514380. OLE color: 9514380.
HSL color Cylindrical-coordinate representation of color #8C2D91: hue angle of 297º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2D91 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 45 | 145 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.43 |
| HSL | 297º | 0.53% | 0.37% | - |
| HSV(B) | 297º | 0.69% | 0.57% | - |
| XYZ | 16.86 | 9.5 | 27.73 | - |
| YUV | 84.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 145 | 0.03 | 0.69 | 0 | 0.43 | 297 | 0.53 | 0.37 |
| Hex | 8C | 2D | 91 | 3 | 45 | 0 | 2B | 129 | 35 | 25 |
| Octal | 214 | 55 | 221 | 3 | 105 | 0 | 53 | 451 | 65 | 45 |
| Binary | 10001100 | 101101 | 10010001 | 11 | 1000101 | 0 | 101011 | 100101001 | 110101 | 100101 |
Color Harmonies of #8C2D91
Complementary color
Monochromatic Colors of #8C2D91
Black with #8C2D91
Text Example
Text Example
White with #8C2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D91; }
p { color: rgb(140,45,145); }
H1.HeaderClassName
{
color: #8C2D91;
}
.AnyTagClassName
{
color: #8C2D91;
}
</style>
background-color css
<style>
a { background-color: #8C2D91; }
a { background-color: rgb(140,45,145); }
div.DivClassName
{
background-color: #8C2D91;
}
.BgClassName
{
background-color: #8C2D91;
}
</style>
border-color css
<style>
span { border-color: #8C2D91; }
span { border-color: rgb(140,45,145); }
td.TdClassName
{
border-color: #8C2D91;
}
.TagClassName
{
border-color: #8C2D91;
}
</style>