Shades of Vivid Violet #8C3790
Tints of Vivid Violet #8C3790
RGB
CMYK
RGB Variations
Color information
#8C3790 (or 0x8C3790) is known color: Vivid Violet. HEX triplet: 8C, 37 and 90. RGB value is (140,55,144). Sum of RGB (Red+Green+Blue) = 140+55+144=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C3790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3790 is #73C86F. Grayscale: #5A5A5A. Windows color (decimal): -7587952 or 9451404. OLE color: 9451404.
HSL color Cylindrical-coordinate representation of color #8C3790: hue angle of 297.3º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3790 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 55 | 144 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.44 |
| HSL | 297.3º | 0.45% | 0.39% | - |
| HSV(B) | 297.3º | 0.62% | 0.56% | - |
| XYZ | 17.22 | 10.32 | 27.47 | - |
| YUV | 90.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 144 | 0.03 | 0.62 | 0 | 0.44 | 297.3 | 0.45 | 0.39 |
| Hex | 8C | 37 | 90 | 3 | 3E | 0 | 2C | 129 | 2D | 27 |
| Octal | 214 | 67 | 220 | 3 | 76 | 0 | 54 | 451 | 55 | 47 |
| Binary | 10001100 | 110111 | 10010000 | 11 | 111110 | 0 | 101100 | 100101001 | 101101 | 100111 |
Color Harmonies of #8C3790
Complementary color
Monochromatic Colors of #8C3790
Black with #8C3790
Text Example
Text Example
White with #8C3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3790; }
p { color: rgb(140,55,144); }
H1.HeaderClassName
{
color: #8C3790;
}
.AnyTagClassName
{
color: #8C3790;
}
</style>
background-color css
<style>
a { background-color: #8C3790; }
a { background-color: rgb(140,55,144); }
div.DivClassName
{
background-color: #8C3790;
}
.BgClassName
{
background-color: #8C3790;
}
</style>
border-color css
<style>
span { border-color: #8C3790; }
span { border-color: rgb(140,55,144); }
td.TdClassName
{
border-color: #8C3790;
}
.TagClassName
{
border-color: #8C3790;
}
</style>