Shades of Vivid Violet #8D309D
Tints of Vivid Violet #8D309D
RGB
CMYK
RGB Variations
Color information
#8D309D (or 0x8D309D) is known color: Vivid Violet. HEX triplet: 8D, 30 and 9D. RGB value is (141,48,157). Sum of RGB (Red+Green+Blue) = 141+48+157=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D309D is #72CF62. Grayscale: #575757. Windows color (decimal): -7524195 or 10301581. OLE color: 10301581.
HSL color Cylindrical-coordinate representation of color #8D309D: hue angle of 291.19º 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 #8D309D is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 48 | 157 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.38 |
| HSL | 291.19º | 0.53% | 0.4% | - |
| HSV(B) | 291.19º | 0.69% | 0.62% | - |
| XYZ | 18.13 | 10.21 | 32.91 | - |
| YUV | 88.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 157 | 0.10 | 0.69 | 0 | 0.38 | 291.19 | 0.53 | 0.4 |
| Hex | 8D | 30 | 9D | A | 45 | 0 | 26 | 123 | 35 | 28 |
| Octal | 215 | 60 | 235 | 12 | 105 | 0 | 46 | 443 | 65 | 50 |
| Binary | 10001101 | 110000 | 10011101 | 1010 | 1000101 | 0 | 100110 | 100100011 | 110101 | 101000 |
Color Harmonies of #8D309D
Complementary color
Monochromatic Colors of #8D309D
Black with #8D309D
Text Example
Text Example
White with #8D309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D309D; }
p { color: rgb(141,48,157); }
H1.HeaderClassName
{
color: #8D309D;
}
.AnyTagClassName
{
color: #8D309D;
}
</style>
background-color css
<style>
a { background-color: #8D309D; }
a { background-color: rgb(141,48,157); }
div.DivClassName
{
background-color: #8D309D;
}
.BgClassName
{
background-color: #8D309D;
}
</style>
border-color css
<style>
span { border-color: #8D309D; }
span { border-color: rgb(141,48,157); }
td.TdClassName
{
border-color: #8D309D;
}
.TagClassName
{
border-color: #8D309D;
}
</style>