Shades of Vivid Violet #8C3B85
Tints of Vivid Violet #8C3B85
RGB
CMYK
RGB Variations
Color information
#8C3B85 (or 0x8C3B85) is known color: Vivid Violet. HEX triplet: 8C, 3B and 85. RGB value is (140,59,133). Sum of RGB (Red+Green+Blue) = 140+59+133=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3B85 is #73C47A. Grayscale: #5B5B5B. Windows color (decimal): -7586939 or 8731532. OLE color: 8731532.
HSL color Cylindrical-coordinate representation of color #8C3B85: hue angle of 305.19º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B85 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 133 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.45 |
| HSL | 305.19º | 0.41% | 0.39% | - |
| HSV(B) | 305.19º | 0.58% | 0.55% | - |
| XYZ | 16.61 | 10.4 | 23.32 | - |
| YUV | 91.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 133 | 0 | 0.58 | 0.05 | 0.45 | 305.19 | 0.41 | 0.39 |
| Hex | 8C | 3B | 85 | 0 | 3A | 5 | 2D | 131 | 29 | 27 |
| Octal | 214 | 73 | 205 | 0 | 72 | 5 | 55 | 461 | 51 | 47 |
| Binary | 10001100 | 111011 | 10000101 | 0 | 111010 | 101 | 101101 | 100110001 | 101001 | 100111 |
Color Harmonies of #8C3B85
Complementary color
Monochromatic Colors of #8C3B85
Black with #8C3B85
Text Example
Text Example
White with #8C3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B85; }
p { color: rgb(140,59,133); }
H1.HeaderClassName
{
color: #8C3B85;
}
.AnyTagClassName
{
color: #8C3B85;
}
</style>
background-color css
<style>
a { background-color: #8C3B85; }
a { background-color: rgb(140,59,133); }
div.DivClassName
{
background-color: #8C3B85;
}
.BgClassName
{
background-color: #8C3B85;
}
</style>
border-color css
<style>
span { border-color: #8C3B85; }
span { border-color: rgb(140,59,133); }
td.TdClassName
{
border-color: #8C3B85;
}
.TagClassName
{
border-color: #8C3B85;
}
</style>