Shades of Vivid Violet #8D308C
Tints of Vivid Violet #8D308C
RGB
CMYK
RGB Variations
Color information
#8D308C (or 0x8D308C) is known color: Vivid Violet. HEX triplet: 8D, 30 and 8C. RGB value is (141,48,140). Sum of RGB (Red+Green+Blue) = 141+48+140=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D308C is #72CF73. Grayscale: #565656. Windows color (decimal): -7524212 or 9187469. OLE color: 9187469.
HSL color Cylindrical-coordinate representation of color #8D308C: hue angle of 300.65º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D308C is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 140 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.45 |
| HSL | 300.65º | 0.49% | 0.37% | - |
| HSV(B) | 300.65º | 0.66% | 0.55% | - |
| XYZ | 16.78 | 9.67 | 25.79 | - |
| YUV | 86.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 140 | 0 | 0.66 | 0.01 | 0.45 | 300.65 | 0.49 | 0.37 |
| Hex | 8D | 30 | 8C | 0 | 42 | 1 | 2D | 12D | 31 | 25 |
| Octal | 215 | 60 | 214 | 0 | 102 | 1 | 55 | 455 | 61 | 45 |
| Binary | 10001101 | 110000 | 10001100 | 0 | 1000010 | 1 | 101101 | 100101101 | 110001 | 100101 |
Color Harmonies of #8D308C
Complementary color
Monochromatic Colors of #8D308C
Black with #8D308C
Text Example
Text Example
White with #8D308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D308C; }
p { color: rgb(141,48,140); }
H1.HeaderClassName
{
color: #8D308C;
}
.AnyTagClassName
{
color: #8D308C;
}
</style>
background-color css
<style>
a { background-color: #8D308C; }
a { background-color: rgb(141,48,140); }
div.DivClassName
{
background-color: #8D308C;
}
.BgClassName
{
background-color: #8D308C;
}
</style>
border-color css
<style>
span { border-color: #8D308C; }
span { border-color: rgb(141,48,140); }
td.TdClassName
{
border-color: #8D308C;
}
.TagClassName
{
border-color: #8D308C;
}
</style>