Shades of Dark Violet #8D11CC
Tints of Dark Violet #8D11CC
RGB
CMYK
RGB Variations
Color information
#8D11CC (or 0x8D11CC) is known color: Dark Violet. HEX triplet: 8D, 11 and CC. RGB value is (141,17,204). Sum of RGB (Red+Green+Blue) = 141+17+204=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D11CC is #72EE33. Grayscale: #4A4A4A. Windows color (decimal): -7532084 or 13373837. OLE color: 13373837.
HSL color Cylindrical-coordinate representation of color #8D11CC: hue angle of 279.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D11CC is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 17 | 204 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.2 |
| HSL | 279.79º | 0.85% | 0.43% | - |
| HSV(B) | 279.79º | 0.92% | 0.8% | - |
| XYZ | 22.08 | 10.42 | 57.97 | - |
| YUV | 75.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 204 | 0.31 | 0.92 | 0 | 0.2 | 279.79 | 0.85 | 0.43 |
| Hex | 8D | 11 | CC | 1F | 5C | 0 | 14 | 118 | 55 | 2B |
| Octal | 215 | 21 | 314 | 37 | 134 | 0 | 24 | 430 | 125 | 53 |
| Binary | 10001101 | 10001 | 11001100 | 11111 | 1011100 | 0 | 10100 | 100011000 | 1010101 | 101011 |
Color Harmonies of #8D11CC
Complementary color
Monochromatic Colors of #8D11CC
Black with #8D11CC
Text Example
Text Example
White with #8D11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D11CC; }
p { color: rgb(141,17,204); }
H1.HeaderClassName
{
color: #8D11CC;
}
.AnyTagClassName
{
color: #8D11CC;
}
</style>
background-color css
<style>
a { background-color: #8D11CC; }
a { background-color: rgb(141,17,204); }
div.DivClassName
{
background-color: #8D11CC;
}
.BgClassName
{
background-color: #8D11CC;
}
</style>
border-color css
<style>
span { border-color: #8D11CC; }
span { border-color: rgb(141,17,204); }
td.TdClassName
{
border-color: #8D11CC;
}
.TagClassName
{
border-color: #8D11CC;
}
</style>