Shades of Dark Violet #8F0CDD
Tints of Dark Violet #8F0CDD
RGB
CMYK
RGB Variations
Color information
#8F0CDD (or 0x8F0CDD) is known color: Dark Violet. HEX triplet: 8F, 0C and DD. RGB value is (143,12,221). Sum of RGB (Red+Green+Blue) = 143+12+221=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CDD is #70F322. Grayscale: #4A4A4A. Windows color (decimal): -7402275 or 14486671. OLE color: 14486671.
HSL color Cylindrical-coordinate representation of color #8F0CDD: hue angle of 277.61º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CDD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 12 | 221 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.13 |
| HSL | 277.61º | 0.9% | 0.46% | - |
| HSV(B) | 277.61º | 0.95% | 0.87% | - |
| XYZ | 24.51 | 11.32 | 69.3 | - |
| YUV | 75 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 221 | 0.35 | 0.95 | 0 | 0.13 | 277.61 | 0.9 | 0.46 |
| Hex | 8F | C | DD | 23 | 5F | 0 | D | 116 | 5A | 2E |
| Octal | 217 | 14 | 335 | 43 | 137 | 0 | 15 | 426 | 132 | 56 |
| Binary | 10001111 | 1100 | 11011101 | 100011 | 1011111 | 0 | 1101 | 100010110 | 1011010 | 101110 |
Color Harmonies of #8F0CDD
Complementary color
Monochromatic Colors of #8F0CDD
Black with #8F0CDD
Text Example
Text Example
White with #8F0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CDD; }
p { color: rgb(143,12,221); }
H1.HeaderClassName
{
color: #8F0CDD;
}
.AnyTagClassName
{
color: #8F0CDD;
}
</style>
background-color css
<style>
a { background-color: #8F0CDD; }
a { background-color: rgb(143,12,221); }
div.DivClassName
{
background-color: #8F0CDD;
}
.BgClassName
{
background-color: #8F0CDD;
}
</style>
border-color css
<style>
span { border-color: #8F0CDD; }
span { border-color: rgb(143,12,221); }
td.TdClassName
{
border-color: #8F0CDD;
}
.TagClassName
{
border-color: #8F0CDD;
}
</style>