Shades of Vivid Violet #8D358A
Tints of Vivid Violet #8D358A
RGB
CMYK
RGB Variations
Color information
#8D358A (or 0x8D358A) is known color: Vivid Violet. HEX triplet: 8D, 35 and 8A. RGB value is (141,53,138). Sum of RGB (Red+Green+Blue) = 141+53+138=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D358A is #72CA75. Grayscale: #585858. Windows color (decimal): -7522934 or 9057677. OLE color: 9057677.
HSL color Cylindrical-coordinate representation of color #8D358A: hue angle of 302.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D358A is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 138 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.45 |
| HSL | 302.05º | 0.45% | 0.38% | - |
| HSV(B) | 302.05º | 0.62% | 0.55% | - |
| XYZ | 16.85 | 10.04 | 25.1 | - |
| YUV | 89 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 138 | 0 | 0.62 | 0.02 | 0.45 | 302.05 | 0.45 | 0.38 |
| Hex | 8D | 35 | 8A | 0 | 3E | 2 | 2D | 12E | 2D | 26 |
| Octal | 215 | 65 | 212 | 0 | 76 | 2 | 55 | 456 | 55 | 46 |
| Binary | 10001101 | 110101 | 10001010 | 0 | 111110 | 10 | 101101 | 100101110 | 101101 | 100110 |
Color Harmonies of #8D358A
Complementary color
Monochromatic Colors of #8D358A
Black with #8D358A
Text Example
Text Example
White with #8D358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D358A; }
p { color: rgb(141,53,138); }
H1.HeaderClassName
{
color: #8D358A;
}
.AnyTagClassName
{
color: #8D358A;
}
</style>
background-color css
<style>
a { background-color: #8D358A; }
a { background-color: rgb(141,53,138); }
div.DivClassName
{
background-color: #8D358A;
}
.BgClassName
{
background-color: #8D358A;
}
</style>
border-color css
<style>
span { border-color: #8D358A; }
span { border-color: rgb(141,53,138); }
td.TdClassName
{
border-color: #8D358A;
}
.TagClassName
{
border-color: #8D358A;
}
</style>