Shades of Vivid Violet #8D38A0
Tints of Vivid Violet #8D38A0
RGB
CMYK
RGB Variations
Color information
#8D38A0 (or 0x8D38A0) is known color: Vivid Violet. HEX triplet: 8D, 38 and A0. RGB value is (141,56,160). Sum of RGB (Red+Green+Blue) = 141+56+160=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D38A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D38A0 is #72C75F. Grayscale: #5C5C5C. Windows color (decimal): -7522144 or 10500237. OLE color: 10500237.
HSL color Cylindrical-coordinate representation of color #8D38A0: hue angle of 289.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D38A0 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 56 | 160 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.37 |
| HSL | 289.04º | 0.48% | 0.42% | - |
| HSV(B) | 289.04º | 0.65% | 0.63% | - |
| XYZ | 18.74 | 11.03 | 34.4 | - |
| YUV | 93.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 160 | 0.12 | 0.65 | 0 | 0.37 | 289.04 | 0.48 | 0.42 |
| Hex | 8D | 38 | A0 | C | 41 | 0 | 25 | 121 | 30 | 2A |
| Octal | 215 | 70 | 240 | 14 | 101 | 0 | 45 | 441 | 60 | 52 |
| Binary | 10001101 | 111000 | 10100000 | 1100 | 1000001 | 0 | 100101 | 100100001 | 110000 | 101010 |
Color Harmonies of #8D38A0
Complementary color
Monochromatic Colors of #8D38A0
Black with #8D38A0
Text Example
Text Example
White with #8D38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D38A0; }
p { color: rgb(141,56,160); }
H1.HeaderClassName
{
color: #8D38A0;
}
.AnyTagClassName
{
color: #8D38A0;
}
</style>
background-color css
<style>
a { background-color: #8D38A0; }
a { background-color: rgb(141,56,160); }
div.DivClassName
{
background-color: #8D38A0;
}
.BgClassName
{
background-color: #8D38A0;
}
</style>
border-color css
<style>
span { border-color: #8D38A0; }
span { border-color: rgb(141,56,160); }
td.TdClassName
{
border-color: #8D38A0;
}
.TagClassName
{
border-color: #8D38A0;
}
</style>