Shades of Dark Violet #8D15CC
Tints of Dark Violet #8D15CC
RGB
CMYK
RGB Variations
Color information
#8D15CC (or 0x8D15CC) is known color: Dark Violet. HEX triplet: 8D, 15 and CC. RGB value is (141,21,204). Sum of RGB (Red+Green+Blue) = 141+21+204=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15CC is #72EA33. Grayscale: #4D4D4D. Windows color (decimal): -7531060 or 13374861. OLE color: 13374861.
HSL color Cylindrical-coordinate representation of color #8D15CC: hue angle of 279.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D15CC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 21 | 204 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.2 |
| HSL | 279.34º | 0.81% | 0.44% | - |
| HSV(B) | 279.34º | 0.9% | 0.8% | - |
| XYZ | 22.15 | 10.56 | 58 | - |
| YUV | 77.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 204 | 0.31 | 0.90 | 0 | 0.2 | 279.34 | 0.81 | 0.44 |
| Hex | 8D | 15 | CC | 1F | 5A | 0 | 14 | 117 | 51 | 2C |
| Octal | 215 | 25 | 314 | 37 | 132 | 0 | 24 | 427 | 121 | 54 |
| Binary | 10001101 | 10101 | 11001100 | 11111 | 1011010 | 0 | 10100 | 100010111 | 1010001 | 101100 |
Color Harmonies of #8D15CC
Complementary color
Monochromatic Colors of #8D15CC
Black with #8D15CC
Text Example
Text Example
White with #8D15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15CC; }
p { color: rgb(141,21,204); }
H1.HeaderClassName
{
color: #8D15CC;
}
.AnyTagClassName
{
color: #8D15CC;
}
</style>
background-color css
<style>
a { background-color: #8D15CC; }
a { background-color: rgb(141,21,204); }
div.DivClassName
{
background-color: #8D15CC;
}
.BgClassName
{
background-color: #8D15CC;
}
</style>
border-color css
<style>
span { border-color: #8D15CC; }
span { border-color: rgb(141,21,204); }
td.TdClassName
{
border-color: #8D15CC;
}
.TagClassName
{
border-color: #8D15CC;
}
</style>