Shades of Dark Violet #8D13CC
Tints of Dark Violet #8D13CC
RGB
CMYK
RGB Variations
Color information
#8D13CC (or 0x8D13CC) is known color: Dark Violet. HEX triplet: 8D, 13 and CC. RGB value is (141,19,204). Sum of RGB (Red+Green+Blue) = 141+19+204=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D13CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13CC is #72EC33. Grayscale: #4B4B4B. Windows color (decimal): -7531572 or 13374349. OLE color: 13374349.
HSL color Cylindrical-coordinate representation of color #8D13CC: hue angle of 279.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D13CC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 19 | 204 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.2 |
| HSL | 279.57º | 0.83% | 0.44% | - |
| HSV(B) | 279.57º | 0.91% | 0.8% | - |
| XYZ | 22.12 | 10.49 | 57.99 | - |
| YUV | 76.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 204 | 0.31 | 0.91 | 0 | 0.2 | 279.57 | 0.83 | 0.44 |
| Hex | 8D | 13 | CC | 1F | 5B | 0 | 14 | 118 | 53 | 2C |
| Octal | 215 | 23 | 314 | 37 | 133 | 0 | 24 | 430 | 123 | 54 |
| Binary | 10001101 | 10011 | 11001100 | 11111 | 1011011 | 0 | 10100 | 100011000 | 1010011 | 101100 |
Color Harmonies of #8D13CC
Complementary color
Monochromatic Colors of #8D13CC
Black with #8D13CC
Text Example
Text Example
White with #8D13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13CC; }
p { color: rgb(141,19,204); }
H1.HeaderClassName
{
color: #8D13CC;
}
.AnyTagClassName
{
color: #8D13CC;
}
</style>
background-color css
<style>
a { background-color: #8D13CC; }
a { background-color: rgb(141,19,204); }
div.DivClassName
{
background-color: #8D13CC;
}
.BgClassName
{
background-color: #8D13CC;
}
</style>
border-color css
<style>
span { border-color: #8D13CC; }
span { border-color: rgb(141,19,204); }
td.TdClassName
{
border-color: #8D13CC;
}
.TagClassName
{
border-color: #8D13CC;
}
</style>