Shades of Vivid Violet #8D309C
Tints of Vivid Violet #8D309C
RGB
CMYK
RGB Variations
Color information
#8D309C (or 0x8D309C) is known color: Vivid Violet. HEX triplet: 8D, 30 and 9C. RGB value is (141,48,156). Sum of RGB (Red+Green+Blue) = 141+48+156=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 48 (19.14% from 255 or 13.91% 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 #8D309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D309C is #72CF63. Grayscale: #575757. Windows color (decimal): -7524196 or 10236045. OLE color: 10236045.
HSL color Cylindrical-coordinate representation of color #8D309C: hue angle of 291.67º degrees, saturation: 0.53, 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 #8D309C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 48 | 156 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.39 |
| HSL | 291.67º | 0.53% | 0.4% | - |
| HSV(B) | 291.67º | 0.69% | 0.61% | - |
| XYZ | 18.04 | 10.18 | 32.47 | - |
| YUV | 88.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 156 | 0.10 | 0.69 | 0 | 0.39 | 291.67 | 0.53 | 0.4 |
| Hex | 8D | 30 | 9C | A | 45 | 0 | 27 | 124 | 35 | 28 |
| Octal | 215 | 60 | 234 | 12 | 105 | 0 | 47 | 444 | 65 | 50 |
| Binary | 10001101 | 110000 | 10011100 | 1010 | 1000101 | 0 | 100111 | 100100100 | 110101 | 101000 |
Color Harmonies of #8D309C
Complementary color
Monochromatic Colors of #8D309C
Black with #8D309C
Text Example
Text Example
White with #8D309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D309C; }
p { color: rgb(141,48,156); }
H1.HeaderClassName
{
color: #8D309C;
}
.AnyTagClassName
{
color: #8D309C;
}
</style>
background-color css
<style>
a { background-color: #8D309C; }
a { background-color: rgb(141,48,156); }
div.DivClassName
{
background-color: #8D309C;
}
.BgClassName
{
background-color: #8D309C;
}
</style>
border-color css
<style>
span { border-color: #8D309C; }
span { border-color: rgb(141,48,156); }
td.TdClassName
{
border-color: #8D309C;
}
.TagClassName
{
border-color: #8D309C;
}
</style>