Shades of Vivid Violet #8C2890
Tints of Vivid Violet #8C2890
RGB
CMYK
RGB Variations
Color information
#8C2890 (or 0x8C2890) is known color: Vivid Violet. HEX triplet: 8C, 28 and 90. RGB value is (140,40,144). Sum of RGB (Red+Green+Blue) = 140+40+144=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C2890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2890 is #73D76F. Grayscale: #515151. Windows color (decimal): -7591792 or 9447564. OLE color: 9447564.
HSL color Cylindrical-coordinate representation of color #8C2890: hue angle of 297.69º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2890 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 40 | 144 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.44 |
| HSL | 297.69º | 0.57% | 0.36% | - |
| HSV(B) | 297.69º | 0.72% | 0.56% | - |
| XYZ | 16.61 | 9.11 | 27.27 | - |
| YUV | 81.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 144 | 0.03 | 0.72 | 0 | 0.44 | 297.69 | 0.57 | 0.36 |
| Hex | 8C | 28 | 90 | 3 | 48 | 0 | 2C | 12A | 39 | 24 |
| Octal | 214 | 50 | 220 | 3 | 110 | 0 | 54 | 452 | 71 | 44 |
| Binary | 10001100 | 101000 | 10010000 | 11 | 1001000 | 0 | 101100 | 100101010 | 111001 | 100100 |
Color Harmonies of #8C2890
Complementary color
Monochromatic Colors of #8C2890
Black with #8C2890
Text Example
Text Example
White with #8C2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2890; }
p { color: rgb(140,40,144); }
H1.HeaderClassName
{
color: #8C2890;
}
.AnyTagClassName
{
color: #8C2890;
}
</style>
background-color css
<style>
a { background-color: #8C2890; }
a { background-color: rgb(140,40,144); }
div.DivClassName
{
background-color: #8C2890;
}
.BgClassName
{
background-color: #8C2890;
}
</style>
border-color css
<style>
span { border-color: #8C2890; }
span { border-color: rgb(140,40,144); }
td.TdClassName
{
border-color: #8C2890;
}
.TagClassName
{
border-color: #8C2890;
}
</style>