Shades of Dark Violet #8F0DDC
Tints of Dark Violet #8F0DDC
RGB
CMYK
RGB Variations
Color information
#8F0DDC (or 0x8F0DDC) is known color: Dark Violet. HEX triplet: 8F, 0D and DC. RGB value is (143,13,220). Sum of RGB (Red+Green+Blue) = 143+13+220=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DDC is #70F223. Grayscale: #4A4A4A. Windows color (decimal): -7402020 or 14421391. OLE color: 14421391.
HSL color Cylindrical-coordinate representation of color #8F0DDC: hue angle of 277.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0DDC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 13 | 220 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.14 |
| HSL | 277.68º | 0.89% | 0.46% | - |
| HSV(B) | 277.68º | 0.94% | 0.86% | - |
| XYZ | 24.39 | 11.29 | 68.6 | - |
| YUV | 75.47 | 209.57 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 220 | 0.35 | 0.94 | 0 | 0.14 | 277.68 | 0.89 | 0.46 |
| Hex | 8F | D | DC | 23 | 5E | 0 | E | 116 | 59 | 2E |
| Octal | 217 | 15 | 334 | 43 | 136 | 0 | 16 | 426 | 131 | 56 |
| Binary | 10001111 | 1101 | 11011100 | 100011 | 1011110 | 0 | 1110 | 100010110 | 1011001 | 101110 |
Color Harmonies of #8F0DDC
Complementary color
Monochromatic Colors of #8F0DDC
Black with #8F0DDC
Text Example
Text Example
White with #8F0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DDC; }
p { color: rgb(143,13,220); }
H1.HeaderClassName
{
color: #8F0DDC;
}
.AnyTagClassName
{
color: #8F0DDC;
}
</style>
background-color css
<style>
a { background-color: #8F0DDC; }
a { background-color: rgb(143,13,220); }
div.DivClassName
{
background-color: #8F0DDC;
}
.BgClassName
{
background-color: #8F0DDC;
}
</style>
border-color css
<style>
span { border-color: #8F0DDC; }
span { border-color: rgb(143,13,220); }
td.TdClassName
{
border-color: #8F0DDC;
}
.TagClassName
{
border-color: #8F0DDC;
}
</style>