Shades of Dark Violet #8F0CDC
Tints of Dark Violet #8F0CDC
RGB
CMYK
RGB Variations
Color information
#8F0CDC (or 0x8F0CDC) is known color: Dark Violet. HEX triplet: 8F, 0C and DC. RGB value is (143,12,220). Sum of RGB (Red+Green+Blue) = 143+12+220=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CDC is #70F323. Grayscale: #4A4A4A. Windows color (decimal): -7402276 or 14421135. OLE color: 14421135.
HSL color Cylindrical-coordinate representation of color #8F0CDC: hue angle of 277.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CDC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 12 | 220 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.14 |
| HSL | 277.79º | 0.9% | 0.45% | - |
| HSV(B) | 277.79º | 0.95% | 0.86% | - |
| XYZ | 24.38 | 11.27 | 68.6 | - |
| YUV | 74.88 | 209.9 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 220 | 0.35 | 0.95 | 0 | 0.14 | 277.79 | 0.9 | 0.45 |
| Hex | 8F | C | DC | 23 | 5F | 0 | E | 116 | 5A | 2D |
| Octal | 217 | 14 | 334 | 43 | 137 | 0 | 16 | 426 | 132 | 55 |
| Binary | 10001111 | 1100 | 11011100 | 100011 | 1011111 | 0 | 1110 | 100010110 | 1011010 | 101101 |
Color Harmonies of #8F0CDC
Complementary color
Monochromatic Colors of #8F0CDC
Black with #8F0CDC
Text Example
Text Example
White with #8F0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CDC; }
p { color: rgb(143,12,220); }
H1.HeaderClassName
{
color: #8F0CDC;
}
.AnyTagClassName
{
color: #8F0CDC;
}
</style>
background-color css
<style>
a { background-color: #8F0CDC; }
a { background-color: rgb(143,12,220); }
div.DivClassName
{
background-color: #8F0CDC;
}
.BgClassName
{
background-color: #8F0CDC;
}
</style>
border-color css
<style>
span { border-color: #8F0CDC; }
span { border-color: rgb(143,12,220); }
td.TdClassName
{
border-color: #8F0CDC;
}
.TagClassName
{
border-color: #8F0CDC;
}
</style>