Shades of Dark Violet #8D04CC
Tints of Dark Violet #8D04CC
RGB
CMYK
RGB Variations
Color information
#8D04CC (or 0x8D04CC) is known color: Dark Violet. HEX triplet: 8D, 04 and CC. RGB value is (141,4,204). Sum of RGB (Red+Green+Blue) = 141+4+204=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04CC is #72FB33. Grayscale: #434343. Windows color (decimal): -7535412 or 13370509. OLE color: 13370509.
HSL color Cylindrical-coordinate representation of color #8D04CC: hue angle of 281.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04CC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 4 | 204 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.2 |
| HSL | 281.1º | 0.96% | 0.41% | - |
| HSV(B) | 281.1º | 0.98% | 0.8% | - |
| XYZ | 21.93 | 10.11 | 57.92 | - |
| YUV | 67.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 204 | 0.31 | 0.98 | 0 | 0.2 | 281.1 | 0.96 | 0.41 |
| Hex | 8D | 4 | CC | 1F | 62 | 0 | 14 | 119 | 60 | 29 |
| Octal | 215 | 4 | 314 | 37 | 142 | 0 | 24 | 431 | 140 | 51 |
| Binary | 10001101 | 100 | 11001100 | 11111 | 1100010 | 0 | 10100 | 100011001 | 1100000 | 101001 |
Color Harmonies of #8D04CC
Complementary color
Monochromatic Colors of #8D04CC
Black with #8D04CC
Text Example
Text Example
White with #8D04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D04CC; }
p { color: rgb(141,4,204); }
H1.HeaderClassName
{
color: #8D04CC;
}
.AnyTagClassName
{
color: #8D04CC;
}
</style>
background-color css
<style>
a { background-color: #8D04CC; }
a { background-color: rgb(141,4,204); }
div.DivClassName
{
background-color: #8D04CC;
}
.BgClassName
{
background-color: #8D04CC;
}
</style>
border-color css
<style>
span { border-color: #8D04CC; }
span { border-color: rgb(141,4,204); }
td.TdClassName
{
border-color: #8D04CC;
}
.TagClassName
{
border-color: #8D04CC;
}
</style>