Shades of Vivid Violet #8C4085
Tints of Vivid Violet #8C4085
RGB
CMYK
RGB Variations
Color information
#8C4085 (or 0x8C4085) is known color: Vivid Violet. HEX triplet: 8C, 40 and 85. RGB value is (140,64,133). Sum of RGB (Red+Green+Blue) = 140+64+133=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4085 is #73BF7A. Grayscale: #5E5E5E. Windows color (decimal): -7585659 or 8732812. OLE color: 8732812.
HSL color Cylindrical-coordinate representation of color #8C4085: hue angle of 305.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4085 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 133 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.45 |
| HSL | 305.53º | 0.37% | 0.4% | - |
| HSV(B) | 305.53º | 0.54% | 0.55% | - |
| XYZ | 16.88 | 10.94 | 23.41 | - |
| YUV | 94.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 133 | 0 | 0.54 | 0.05 | 0.45 | 305.53 | 0.37 | 0.4 |
| Hex | 8C | 40 | 85 | 0 | 36 | 5 | 2D | 132 | 25 | 28 |
| Octal | 214 | 100 | 205 | 0 | 66 | 5 | 55 | 462 | 45 | 50 |
| Binary | 10001100 | 1000000 | 10000101 | 0 | 110110 | 101 | 101101 | 100110010 | 100101 | 101000 |
Color Harmonies of #8C4085
Complementary color
Monochromatic Colors of #8C4085
Black with #8C4085
Text Example
Text Example
White with #8C4085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4085; }
p { color: rgb(140,64,133); }
H1.HeaderClassName
{
color: #8C4085;
}
.AnyTagClassName
{
color: #8C4085;
}
</style>
background-color css
<style>
a { background-color: #8C4085; }
a { background-color: rgb(140,64,133); }
div.DivClassName
{
background-color: #8C4085;
}
.BgClassName
{
background-color: #8C4085;
}
</style>
border-color css
<style>
span { border-color: #8C4085; }
span { border-color: rgb(140,64,133); }
td.TdClassName
{
border-color: #8C4085;
}
.TagClassName
{
border-color: #8C4085;
}
</style>