Shades of Vivid Violet #8C2790
Tints of Vivid Violet #8C2790
RGB
CMYK
RGB Variations
Color information
#8C2790 (or 0x8C2790) is known color: Vivid Violet. HEX triplet: 8C, 27 and 90. RGB value is (140,39,144). Sum of RGB (Red+Green+Blue) = 140+39+144=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2790 is #73D86F. Grayscale: #505050. Windows color (decimal): -7592048 or 9447308. OLE color: 9447308.
HSL color Cylindrical-coordinate representation of color #8C2790: hue angle of 297.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2790 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 39 | 144 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.44 |
| HSL | 297.71º | 0.57% | 0.36% | - |
| HSV(B) | 297.71º | 0.73% | 0.56% | - |
| XYZ | 16.57 | 9.04 | 27.26 | - |
| YUV | 81.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 144 | 0.03 | 0.73 | 0 | 0.44 | 297.71 | 0.57 | 0.36 |
| Hex | 8C | 27 | 90 | 3 | 49 | 0 | 2C | 12A | 39 | 24 |
| Octal | 214 | 47 | 220 | 3 | 111 | 0 | 54 | 452 | 71 | 44 |
| Binary | 10001100 | 100111 | 10010000 | 11 | 1001001 | 0 | 101100 | 100101010 | 111001 | 100100 |
Color Harmonies of #8C2790
Complementary color
Monochromatic Colors of #8C2790
Black with #8C2790
Text Example
Text Example
White with #8C2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2790; }
p { color: rgb(140,39,144); }
H1.HeaderClassName
{
color: #8C2790;
}
.AnyTagClassName
{
color: #8C2790;
}
</style>
background-color css
<style>
a { background-color: #8C2790; }
a { background-color: rgb(140,39,144); }
div.DivClassName
{
background-color: #8C2790;
}
.BgClassName
{
background-color: #8C2790;
}
</style>
border-color css
<style>
span { border-color: #8C2790; }
span { border-color: rgb(140,39,144); }
td.TdClassName
{
border-color: #8C2790;
}
.TagClassName
{
border-color: #8C2790;
}
</style>