Shades of Vivid Violet #8C348D
Tints of Vivid Violet #8C348D
RGB
CMYK
RGB Variations
Color information
#8C348D (or 0x8C348D) is known color: Vivid Violet. HEX triplet: 8C, 34 and 8D. RGB value is (140,52,141). Sum of RGB (Red+Green+Blue) = 140+52+141=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C348D is #73CB72. Grayscale: #585858. Windows color (decimal): -7588723 or 9254028. OLE color: 9254028.
HSL color Cylindrical-coordinate representation of color #8C348D: hue angle of 299.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C348D is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 141 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.45 |
| HSL | 299.33º | 0.46% | 0.38% | - |
| HSV(B) | 299.33º | 0.63% | 0.55% | - |
| XYZ | 16.85 | 9.95 | 26.23 | - |
| YUV | 88.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 141 | 0.01 | 0.63 | 0 | 0.45 | 299.33 | 0.46 | 0.38 |
| Hex | 8C | 34 | 8D | 1 | 3F | 0 | 2D | 12B | 2E | 26 |
| Octal | 214 | 64 | 215 | 1 | 77 | 0 | 55 | 453 | 56 | 46 |
| Binary | 10001100 | 110100 | 10001101 | 1 | 111111 | 0 | 101101 | 100101011 | 101110 | 100110 |
Color Harmonies of #8C348D
Complementary color
Monochromatic Colors of #8C348D
Black with #8C348D
Text Example
Text Example
White with #8C348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C348D; }
p { color: rgb(140,52,141); }
H1.HeaderClassName
{
color: #8C348D;
}
.AnyTagClassName
{
color: #8C348D;
}
</style>
background-color css
<style>
a { background-color: #8C348D; }
a { background-color: rgb(140,52,141); }
div.DivClassName
{
background-color: #8C348D;
}
.BgClassName
{
background-color: #8C348D;
}
</style>
border-color css
<style>
span { border-color: #8C348D; }
span { border-color: rgb(140,52,141); }
td.TdClassName
{
border-color: #8C348D;
}
.TagClassName
{
border-color: #8C348D;
}
</style>