Shades of Vivid Violet #8D389E
Tints of Vivid Violet #8D389E
RGB
CMYK
RGB Variations
Color information
#8D389E (or 0x8D389E) is known color: Vivid Violet. HEX triplet: 8D, 38 and 9E. RGB value is (141,56,158). Sum of RGB (Red+Green+Blue) = 141+56+158=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D389E is #72C761. Grayscale: #5C5C5C. Windows color (decimal): -7522146 or 10369165. OLE color: 10369165.
HSL color Cylindrical-coordinate representation of color #8D389E: hue angle of 290º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D389E is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 56 | 158 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.38 |
| HSL | 290º | 0.48% | 0.42% | - |
| HSV(B) | 290º | 0.65% | 0.62% | - |
| XYZ | 18.57 | 10.96 | 33.48 | - |
| YUV | 93.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 158 | 0.11 | 0.65 | 0 | 0.38 | 290 | 0.48 | 0.42 |
| Hex | 8D | 38 | 9E | B | 41 | 0 | 26 | 122 | 30 | 2A |
| Octal | 215 | 70 | 236 | 13 | 101 | 0 | 46 | 442 | 60 | 52 |
| Binary | 10001101 | 111000 | 10011110 | 1011 | 1000001 | 0 | 100110 | 100100010 | 110000 | 101010 |
Color Harmonies of #8D389E
Complementary color
Monochromatic Colors of #8D389E
Black with #8D389E
Text Example
Text Example
White with #8D389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D389E; }
p { color: rgb(141,56,158); }
H1.HeaderClassName
{
color: #8D389E;
}
.AnyTagClassName
{
color: #8D389E;
}
</style>
background-color css
<style>
a { background-color: #8D389E; }
a { background-color: rgb(141,56,158); }
div.DivClassName
{
background-color: #8D389E;
}
.BgClassName
{
background-color: #8D389E;
}
</style>
border-color css
<style>
span { border-color: #8D389E; }
span { border-color: rgb(141,56,158); }
td.TdClassName
{
border-color: #8D389E;
}
.TagClassName
{
border-color: #8D389E;
}
</style>