Shades of Vivid Violet #8C3985
Tints of Vivid Violet #8C3985
RGB
CMYK
RGB Variations
Color information
#8C3985 (or 0x8C3985) is known color: Vivid Violet. HEX triplet: 8C, 39 and 85. RGB value is (140,57,133). Sum of RGB (Red+Green+Blue) = 140+57+133=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3985 is #73C67A. Grayscale: #5A5A5A. Windows color (decimal): -7587451 or 8731020. OLE color: 8731020.
HSL color Cylindrical-coordinate representation of color #8C3985: hue angle of 305.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3985 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 133 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.45 |
| HSL | 305.06º | 0.42% | 0.39% | - |
| HSV(B) | 305.06º | 0.59% | 0.55% | - |
| XYZ | 16.51 | 10.2 | 23.29 | - |
| YUV | 90.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 133 | 0 | 0.59 | 0.05 | 0.45 | 305.06 | 0.42 | 0.39 |
| Hex | 8C | 39 | 85 | 0 | 3B | 5 | 2D | 131 | 2A | 27 |
| Octal | 214 | 71 | 205 | 0 | 73 | 5 | 55 | 461 | 52 | 47 |
| Binary | 10001100 | 111001 | 10000101 | 0 | 111011 | 101 | 101101 | 100110001 | 101010 | 100111 |
Color Harmonies of #8C3985
Complementary color
Monochromatic Colors of #8C3985
Black with #8C3985
Text Example
Text Example
White with #8C3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3985; }
p { color: rgb(140,57,133); }
H1.HeaderClassName
{
color: #8C3985;
}
.AnyTagClassName
{
color: #8C3985;
}
</style>
background-color css
<style>
a { background-color: #8C3985; }
a { background-color: rgb(140,57,133); }
div.DivClassName
{
background-color: #8C3985;
}
.BgClassName
{
background-color: #8C3985;
}
</style>
border-color css
<style>
span { border-color: #8C3985; }
span { border-color: rgb(140,57,133); }
td.TdClassName
{
border-color: #8C3985;
}
.TagClassName
{
border-color: #8C3985;
}
</style>