Shades of Vivid Violet #8C3E85
Tints of Vivid Violet #8C3E85
RGB
CMYK
RGB Variations
Color information
#8C3E85 (or 0x8C3E85) is known color: Vivid Violet. HEX triplet: 8C, 3E and 85. RGB value is (140,62,133). Sum of RGB (Red+Green+Blue) = 140+62+133=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3E85 is #73C17A. Grayscale: #5D5D5D. Windows color (decimal): -7586171 or 8732300. OLE color: 8732300.
HSL color Cylindrical-coordinate representation of color #8C3E85: hue angle of 305.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E85 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 133 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.45 |
| HSL | 305.38º | 0.39% | 0.4% | - |
| HSV(B) | 305.38º | 0.56% | 0.55% | - |
| XYZ | 16.77 | 10.71 | 23.37 | - |
| YUV | 93.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 133 | 0 | 0.56 | 0.05 | 0.45 | 305.38 | 0.39 | 0.4 |
| Hex | 8C | 3E | 85 | 0 | 38 | 5 | 2D | 131 | 27 | 28 |
| Octal | 214 | 76 | 205 | 0 | 70 | 5 | 55 | 461 | 47 | 50 |
| Binary | 10001100 | 111110 | 10000101 | 0 | 111000 | 101 | 101101 | 100110001 | 100111 | 101000 |
Color Harmonies of #8C3E85
Complementary color
Monochromatic Colors of #8C3E85
Black with #8C3E85
Text Example
Text Example
White with #8C3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E85; }
p { color: rgb(140,62,133); }
H1.HeaderClassName
{
color: #8C3E85;
}
.AnyTagClassName
{
color: #8C3E85;
}
</style>
background-color css
<style>
a { background-color: #8C3E85; }
a { background-color: rgb(140,62,133); }
div.DivClassName
{
background-color: #8C3E85;
}
.BgClassName
{
background-color: #8C3E85;
}
</style>
border-color css
<style>
span { border-color: #8C3E85; }
span { border-color: rgb(140,62,133); }
td.TdClassName
{
border-color: #8C3E85;
}
.TagClassName
{
border-color: #8C3E85;
}
</style>