Shades of Vivid Violet #8D4A93
Tints of Vivid Violet #8D4A93
RGB
CMYK
RGB Variations
Color information
#8D4A93 (or 0x8D4A93) is known color: Vivid Violet. HEX triplet: 8D, 4A and 93. RGB value is (141,74,147). Sum of RGB (Red+Green+Blue) = 141+74+147=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A93 is #72B56C. Grayscale: #666666. Windows color (decimal): -7517549 or 9652877. OLE color: 9652877.
HSL color Cylindrical-coordinate representation of color #8D4A93: hue angle of 295.07º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4A93 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 74 | 147 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.42 |
| HSL | 295.07º | 0.33% | 0.43% | - |
| HSV(B) | 295.07º | 0.5% | 0.58% | - |
| XYZ | 18.7 | 12.67 | 29.06 | - |
| YUV | 102.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 147 | 0.04 | 0.50 | 0 | 0.42 | 295.07 | 0.33 | 0.43 |
| Hex | 8D | 4A | 93 | 4 | 32 | 0 | 2A | 127 | 21 | 2B |
| Octal | 215 | 112 | 223 | 4 | 62 | 0 | 52 | 447 | 41 | 53 |
| Binary | 10001101 | 1001010 | 10010011 | 100 | 110010 | 0 | 101010 | 100100111 | 100001 | 101011 |
Color Harmonies of #8D4A93
Complementary color
Monochromatic Colors of #8D4A93
Black with #8D4A93
Text Example
Text Example
White with #8D4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A93; }
p { color: rgb(141,74,147); }
H1.HeaderClassName
{
color: #8D4A93;
}
.AnyTagClassName
{
color: #8D4A93;
}
</style>
background-color css
<style>
a { background-color: #8D4A93; }
a { background-color: rgb(141,74,147); }
div.DivClassName
{
background-color: #8D4A93;
}
.BgClassName
{
background-color: #8D4A93;
}
</style>
border-color css
<style>
span { border-color: #8D4A93; }
span { border-color: rgb(141,74,147); }
td.TdClassName
{
border-color: #8D4A93;
}
.TagClassName
{
border-color: #8D4A93;
}
</style>