Shades of Dark Violet #8D07CC
Tints of Dark Violet #8D07CC
RGB
CMYK
RGB Variations
Color information
#8D07CC (or 0x8D07CC) is known color: Dark Violet. HEX triplet: 8D, 07 and CC. RGB value is (141,7,204). Sum of RGB (Red+Green+Blue) = 141+7+204=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07CC is #72F833. Grayscale: #444444. Windows color (decimal): -7534644 or 13371277. OLE color: 13371277.
HSL color Cylindrical-coordinate representation of color #8D07CC: hue angle of 280.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D07CC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 7 | 204 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.2 |
| HSL | 280.81º | 0.93% | 0.41% | - |
| HSV(B) | 280.81º | 0.97% | 0.8% | - |
| XYZ | 21.96 | 10.17 | 57.93 | - |
| YUV | 69.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 204 | 0.31 | 0.97 | 0 | 0.2 | 280.81 | 0.93 | 0.41 |
| Hex | 8D | 7 | CC | 1F | 61 | 0 | 14 | 119 | 5D | 29 |
| Octal | 215 | 7 | 314 | 37 | 141 | 0 | 24 | 431 | 135 | 51 |
| Binary | 10001101 | 111 | 11001100 | 11111 | 1100001 | 0 | 10100 | 100011001 | 1011101 | 101001 |
Color Harmonies of #8D07CC
Complementary color
Monochromatic Colors of #8D07CC
Black with #8D07CC
Text Example
Text Example
White with #8D07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07CC; }
p { color: rgb(141,7,204); }
H1.HeaderClassName
{
color: #8D07CC;
}
.AnyTagClassName
{
color: #8D07CC;
}
</style>
background-color css
<style>
a { background-color: #8D07CC; }
a { background-color: rgb(141,7,204); }
div.DivClassName
{
background-color: #8D07CC;
}
.BgClassName
{
background-color: #8D07CC;
}
</style>
border-color css
<style>
span { border-color: #8D07CC; }
span { border-color: rgb(141,7,204); }
td.TdClassName
{
border-color: #8D07CC;
}
.TagClassName
{
border-color: #8D07CC;
}
</style>