Shades of Vivid Violet #8D42A7
Tints of Vivid Violet #8D42A7
RGB
CMYK
RGB Variations
Color information
#8D42A7 (or 0x8D42A7) is known color: Vivid Violet. HEX triplet: 8D, 42 and A7. RGB value is (141,66,167). Sum of RGB (Red+Green+Blue) = 141+66+167=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #8D42A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D42A7 is #72BD58. Grayscale: #636363. Windows color (decimal): -7519577 or 10961549. OLE color: 10961549.
HSL color Cylindrical-coordinate representation of color #8D42A7: hue angle of 284.55º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D42A7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 66 | 167 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.35 |
| HSL | 284.55º | 0.43% | 0.46% | - |
| HSV(B) | 284.55º | 0.6% | 0.65% | - |
| XYZ | 19.91 | 12.35 | 37.89 | - |
| YUV | 99.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 167 | 0.16 | 0.60 | 0 | 0.35 | 284.55 | 0.43 | 0.46 |
| Hex | 8D | 42 | A7 | 10 | 3C | 0 | 23 | 11D | 2B | 2E |
| Octal | 215 | 102 | 247 | 20 | 74 | 0 | 43 | 435 | 53 | 56 |
| Binary | 10001101 | 1000010 | 10100111 | 10000 | 111100 | 0 | 100011 | 100011101 | 101011 | 101110 |
Color Harmonies of #8D42A7
Complementary color
Monochromatic Colors of #8D42A7
Black with #8D42A7
Text Example
Text Example
White with #8D42A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42A7; }
p { color: rgb(141,66,167); }
H1.HeaderClassName
{
color: #8D42A7;
}
.AnyTagClassName
{
color: #8D42A7;
}
</style>
background-color css
<style>
a { background-color: #8D42A7; }
a { background-color: rgb(141,66,167); }
div.DivClassName
{
background-color: #8D42A7;
}
.BgClassName
{
background-color: #8D42A7;
}
</style>
border-color css
<style>
span { border-color: #8D42A7; }
span { border-color: rgb(141,66,167); }
td.TdClassName
{
border-color: #8D42A7;
}
.TagClassName
{
border-color: #8D42A7;
}
</style>