Shades of Dark Violet #8F14DC
Tints of Dark Violet #8F14DC
RGB
CMYK
RGB Variations
Color information
#8F14DC (or 0x8F14DC) is known color: Dark Violet. HEX triplet: 8F, 14 and DC. RGB value is (143,20,220). Sum of RGB (Red+Green+Blue) = 143+20+220=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14DC is #70EB23. Grayscale: #4E4E4E. Windows color (decimal): -7400228 or 14423183. OLE color: 14423183.
HSL color Cylindrical-coordinate representation of color #8F14DC: hue angle of 276.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F14DC is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 20 | 220 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.14 |
| HSL | 276.9º | 0.83% | 0.47% | - |
| HSV(B) | 276.9º | 0.91% | 0.86% | - |
| XYZ | 24.5 | 11.51 | 68.64 | - |
| YUV | 79.58 | 207.25 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 220 | 0.35 | 0.91 | 0 | 0.14 | 276.9 | 0.83 | 0.47 |
| Hex | 8F | 14 | DC | 23 | 5B | 0 | E | 115 | 53 | 2F |
| Octal | 217 | 24 | 334 | 43 | 133 | 0 | 16 | 425 | 123 | 57 |
| Binary | 10001111 | 10100 | 11011100 | 100011 | 1011011 | 0 | 1110 | 100010101 | 1010011 | 101111 |
Color Harmonies of #8F14DC
Complementary color
Monochromatic Colors of #8F14DC
Black with #8F14DC
Text Example
Text Example
White with #8F14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F14DC; }
p { color: rgb(143,20,220); }
H1.HeaderClassName
{
color: #8F14DC;
}
.AnyTagClassName
{
color: #8F14DC;
}
</style>
background-color css
<style>
a { background-color: #8F14DC; }
a { background-color: rgb(143,20,220); }
div.DivClassName
{
background-color: #8F14DC;
}
.BgClassName
{
background-color: #8F14DC;
}
</style>
border-color css
<style>
span { border-color: #8F14DC; }
span { border-color: rgb(143,20,220); }
td.TdClassName
{
border-color: #8F14DC;
}
.TagClassName
{
border-color: #8F14DC;
}
</style>