Shades of Vivid Violet #8C319C
Tints of Vivid Violet #8C319C
RGB
CMYK
RGB Variations
Color information
#8C319C (or 0x8C319C) is known color: Vivid Violet. HEX triplet: 8C, 31 and 9C. RGB value is (140,49,156). Sum of RGB (Red+Green+Blue) = 140+49+156=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C319C is #73CE63. Grayscale: #585858. Windows color (decimal): -7589476 or 10236300. OLE color: 10236300.
HSL color Cylindrical-coordinate representation of color #8C319C: hue angle of 291.03º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C319C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 49 | 156 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.39 |
| HSL | 291.03º | 0.52% | 0.4% | - |
| HSV(B) | 291.03º | 0.69% | 0.61% | - |
| XYZ | 17.91 | 10.17 | 32.47 | - |
| YUV | 88.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 156 | 0.10 | 0.69 | 0 | 0.39 | 291.03 | 0.52 | 0.4 |
| Hex | 8C | 31 | 9C | A | 45 | 0 | 27 | 123 | 34 | 28 |
| Octal | 214 | 61 | 234 | 12 | 105 | 0 | 47 | 443 | 64 | 50 |
| Binary | 10001100 | 110001 | 10011100 | 1010 | 1000101 | 0 | 100111 | 100100011 | 110100 | 101000 |
Color Harmonies of #8C319C
Complementary color
Monochromatic Colors of #8C319C
Black with #8C319C
Text Example
Text Example
White with #8C319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C319C; }
p { color: rgb(140,49,156); }
H1.HeaderClassName
{
color: #8C319C;
}
.AnyTagClassName
{
color: #8C319C;
}
</style>
background-color css
<style>
a { background-color: #8C319C; }
a { background-color: rgb(140,49,156); }
div.DivClassName
{
background-color: #8C319C;
}
.BgClassName
{
background-color: #8C319C;
}
</style>
border-color css
<style>
span { border-color: #8C319C; }
span { border-color: rgb(140,49,156); }
td.TdClassName
{
border-color: #8C319C;
}
.TagClassName
{
border-color: #8C319C;
}
</style>