Shades of Vivid Violet #8C309D
Tints of Vivid Violet #8C309D
RGB
CMYK
RGB Variations
Color information
#8C309D (or 0x8C309D) is known color: Vivid Violet. HEX triplet: 8C, 30 and 9D. RGB value is (140,48,157). Sum of RGB (Red+Green+Blue) = 140+48+157=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C309D is #73CF62. Grayscale: #575757. Windows color (decimal): -7589731 or 10301580. OLE color: 10301580.
HSL color Cylindrical-coordinate representation of color #8C309D: hue angle of 290.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C309D is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 48 | 157 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.38 |
| HSL | 290.64º | 0.53% | 0.4% | - |
| HSV(B) | 290.64º | 0.69% | 0.62% | - |
| XYZ | 17.96 | 10.12 | 32.91 | - |
| YUV | 87.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 157 | 0.11 | 0.69 | 0 | 0.38 | 290.64 | 0.53 | 0.4 |
| Hex | 8C | 30 | 9D | B | 45 | 0 | 26 | 123 | 35 | 28 |
| Octal | 214 | 60 | 235 | 13 | 105 | 0 | 46 | 443 | 65 | 50 |
| Binary | 10001100 | 110000 | 10011101 | 1011 | 1000101 | 0 | 100110 | 100100011 | 110101 | 101000 |
Color Harmonies of #8C309D
Complementary color
Monochromatic Colors of #8C309D
Black with #8C309D
Text Example
Text Example
White with #8C309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C309D; }
p { color: rgb(140,48,157); }
H1.HeaderClassName
{
color: #8C309D;
}
.AnyTagClassName
{
color: #8C309D;
}
</style>
background-color css
<style>
a { background-color: #8C309D; }
a { background-color: rgb(140,48,157); }
div.DivClassName
{
background-color: #8C309D;
}
.BgClassName
{
background-color: #8C309D;
}
</style>
border-color css
<style>
span { border-color: #8C309D; }
span { border-color: rgb(140,48,157); }
td.TdClassName
{
border-color: #8C309D;
}
.TagClassName
{
border-color: #8C309D;
}
</style>