Shades of Dark Violet #8F14CC
Tints of Dark Violet #8F14CC
RGB
CMYK
RGB Variations
Color information
#8F14CC (or 0x8F14CC) is known color: Dark Violet. HEX triplet: 8F, 14 and CC. RGB value is (143,20,204). Sum of RGB (Red+Green+Blue) = 143+20+204=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14CC is #70EB33. Grayscale: #4D4D4D. Windows color (decimal): -7400244 or 13374607. OLE color: 13374607.
HSL color Cylindrical-coordinate representation of color #8F14CC: hue angle of 280.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F14CC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 20 | 204 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.2 |
| HSL | 280.11º | 0.82% | 0.44% | - |
| HSV(B) | 280.11º | 0.9% | 0.8% | - |
| XYZ | 22.48 | 10.7 | 58.01 | - |
| YUV | 77.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 204 | 0.30 | 0.90 | 0 | 0.2 | 280.11 | 0.82 | 0.44 |
| Hex | 8F | 14 | CC | 1E | 5A | 0 | 14 | 118 | 52 | 2C |
| Octal | 217 | 24 | 314 | 36 | 132 | 0 | 24 | 430 | 122 | 54 |
| Binary | 10001111 | 10100 | 11001100 | 11110 | 1011010 | 0 | 10100 | 100011000 | 1010010 | 101100 |
Color Harmonies of #8F14CC
Complementary color
Monochromatic Colors of #8F14CC
Black with #8F14CC
Text Example
Text Example
White with #8F14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F14CC; }
p { color: rgb(143,20,204); }
H1.HeaderClassName
{
color: #8F14CC;
}
.AnyTagClassName
{
color: #8F14CC;
}
</style>
background-color css
<style>
a { background-color: #8F14CC; }
a { background-color: rgb(143,20,204); }
div.DivClassName
{
background-color: #8F14CC;
}
.BgClassName
{
background-color: #8F14CC;
}
</style>
border-color css
<style>
span { border-color: #8F14CC; }
span { border-color: rgb(143,20,204); }
td.TdClassName
{
border-color: #8F14CC;
}
.TagClassName
{
border-color: #8F14CC;
}
</style>