Shades of Vivid Violet #8C3D9E
Tints of Vivid Violet #8C3D9E
RGB
CMYK
RGB Variations
Color information
#8C3D9E (or 0x8C3D9E) is known color: Vivid Violet. HEX triplet: 8C, 3D and 9E. RGB value is (140,61,158). Sum of RGB (Red+Green+Blue) = 140+61+158=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C3D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3D9E is #73C261. Grayscale: #5F5F5F. Windows color (decimal): -7586402 or 10370444. OLE color: 10370444.
HSL color Cylindrical-coordinate representation of color #8C3D9E: hue angle of 288.87º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3D9E is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 61 | 158 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.38 |
| HSL | 288.87º | 0.44% | 0.43% | - |
| HSV(B) | 288.87º | 0.61% | 0.62% | - |
| XYZ | 18.66 | 11.38 | 33.56 | - |
| YUV | 95.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 158 | 0.11 | 0.61 | 0 | 0.38 | 288.87 | 0.44 | 0.43 |
| Hex | 8C | 3D | 9E | B | 3D | 0 | 26 | 121 | 2C | 2B |
| Octal | 214 | 75 | 236 | 13 | 75 | 0 | 46 | 441 | 54 | 53 |
| Binary | 10001100 | 111101 | 10011110 | 1011 | 111101 | 0 | 100110 | 100100001 | 101100 | 101011 |
Color Harmonies of #8C3D9E
Complementary color
Monochromatic Colors of #8C3D9E
Black with #8C3D9E
Text Example
Text Example
White with #8C3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3D9E; }
p { color: rgb(140,61,158); }
H1.HeaderClassName
{
color: #8C3D9E;
}
.AnyTagClassName
{
color: #8C3D9E;
}
</style>
background-color css
<style>
a { background-color: #8C3D9E; }
a { background-color: rgb(140,61,158); }
div.DivClassName
{
background-color: #8C3D9E;
}
.BgClassName
{
background-color: #8C3D9E;
}
</style>
border-color css
<style>
span { border-color: #8C3D9E; }
span { border-color: rgb(140,61,158); }
td.TdClassName
{
border-color: #8C3D9E;
}
.TagClassName
{
border-color: #8C3D9E;
}
</style>