Shades of Dark Violet #8D14C4
Tints of Dark Violet #8D14C4
RGB
CMYK
RGB Variations
Color information
#8D14C4 (or 0x8D14C4) is known color: Dark Violet. HEX triplet: 8D, 14 and C4. RGB value is (141,20,196). Sum of RGB (Red+Green+Blue) = 141+20+196=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D14C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14C4 is #72EB3B. Grayscale: #4B4B4B. Windows color (decimal): -7531324 or 12850317. OLE color: 12850317.
HSL color Cylindrical-coordinate representation of color #8D14C4: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D14C4 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 20 | 196 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.23 |
| HSL | 281.25º | 0.81% | 0.42% | - |
| HSV(B) | 281.25º | 0.9% | 0.77% | - |
| XYZ | 21.2 | 10.15 | 53.07 | - |
| YUV | 76.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 196 | 0.28 | 0.90 | 0 | 0.23 | 281.25 | 0.81 | 0.42 |
| Hex | 8D | 14 | C4 | 1C | 5A | 0 | 17 | 119 | 51 | 2A |
| Octal | 215 | 24 | 304 | 34 | 132 | 0 | 27 | 431 | 121 | 52 |
| Binary | 10001101 | 10100 | 11000100 | 11100 | 1011010 | 0 | 10111 | 100011001 | 1010001 | 101010 |
Color Harmonies of #8D14C4
Complementary color
Monochromatic Colors of #8D14C4
Black with #8D14C4
Text Example
Text Example
White with #8D14C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14C4; }
p { color: rgb(141,20,196); }
H1.HeaderClassName
{
color: #8D14C4;
}
.AnyTagClassName
{
color: #8D14C4;
}
</style>
background-color css
<style>
a { background-color: #8D14C4; }
a { background-color: rgb(141,20,196); }
div.DivClassName
{
background-color: #8D14C4;
}
.BgClassName
{
background-color: #8D14C4;
}
</style>
border-color css
<style>
span { border-color: #8D14C4; }
span { border-color: rgb(141,20,196); }
td.TdClassName
{
border-color: #8D14C4;
}
.TagClassName
{
border-color: #8D14C4;
}
</style>