Shades of Dark Violet #8F19CC
Tints of Dark Violet #8F19CC
RGB
CMYK
RGB Variations
Color information
#8F19CC (or 0x8F19CC) is known color: Dark Violet. HEX triplet: 8F, 19 and CC. RGB value is (143,25,204). Sum of RGB (Red+Green+Blue) = 143+25+204=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F19CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19CC is #70E633. Grayscale: #505050. Windows color (decimal): -7398964 or 13375887. OLE color: 13375887.
HSL color Cylindrical-coordinate representation of color #8F19CC: hue angle of 279.55º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F19CC is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 25 | 204 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.2 |
| HSL | 279.55º | 0.78% | 0.45% | - |
| HSV(B) | 279.55º | 0.88% | 0.8% | - |
| XYZ | 22.57 | 10.89 | 58.04 | - |
| YUV | 80.69 | 197.59 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 204 | 0.30 | 0.88 | 0 | 0.2 | 279.55 | 0.78 | 0.45 |
| Hex | 8F | 19 | CC | 1E | 58 | 0 | 14 | 118 | 4E | 2D |
| Octal | 217 | 31 | 314 | 36 | 130 | 0 | 24 | 430 | 116 | 55 |
| Binary | 10001111 | 11001 | 11001100 | 11110 | 1011000 | 0 | 10100 | 100011000 | 1001110 | 101101 |
Color Harmonies of #8F19CC
Complementary color
Monochromatic Colors of #8F19CC
Black with #8F19CC
Text Example
Text Example
White with #8F19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19CC; }
p { color: rgb(143,25,204); }
H1.HeaderClassName
{
color: #8F19CC;
}
.AnyTagClassName
{
color: #8F19CC;
}
</style>
background-color css
<style>
a { background-color: #8F19CC; }
a { background-color: rgb(143,25,204); }
div.DivClassName
{
background-color: #8F19CC;
}
.BgClassName
{
background-color: #8F19CC;
}
</style>
border-color css
<style>
span { border-color: #8F19CC; }
span { border-color: rgb(143,25,204); }
td.TdClassName
{
border-color: #8F19CC;
}
.TagClassName
{
border-color: #8F19CC;
}
</style>