Shades of Dark Violet #8F13CE
Tints of Dark Violet #8F13CE
RGB
CMYK
RGB Variations
Color information
#8F13CE (or 0x8F13CE) is known color: Dark Violet. HEX triplet: 8F, 13 and CE. RGB value is (143,19,206). Sum of RGB (Red+Green+Blue) = 143+19+206=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13CE is #70EC31. Grayscale: #4C4C4C. Windows color (decimal): -7400498 or 13505423. OLE color: 13505423.
HSL color Cylindrical-coordinate representation of color #8F13CE: hue angle of 279.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F13CE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 19 | 206 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.19 |
| HSL | 279.79º | 0.83% | 0.44% | - |
| HSV(B) | 279.79º | 0.91% | 0.81% | - |
| XYZ | 22.7 | 10.76 | 59.27 | - |
| YUV | 77.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 206 | 0.31 | 0.91 | 0 | 0.19 | 279.79 | 0.83 | 0.44 |
| Hex | 8F | 13 | CE | 1F | 5B | 0 | 13 | 118 | 53 | 2C |
| Octal | 217 | 23 | 316 | 37 | 133 | 0 | 23 | 430 | 123 | 54 |
| Binary | 10001111 | 10011 | 11001110 | 11111 | 1011011 | 0 | 10011 | 100011000 | 1010011 | 101100 |
Color Harmonies of #8F13CE
Complementary color
Monochromatic Colors of #8F13CE
Black with #8F13CE
Text Example
Text Example
White with #8F13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13CE; }
p { color: rgb(143,19,206); }
H1.HeaderClassName
{
color: #8F13CE;
}
.AnyTagClassName
{
color: #8F13CE;
}
</style>
background-color css
<style>
a { background-color: #8F13CE; }
a { background-color: rgb(143,19,206); }
div.DivClassName
{
background-color: #8F13CE;
}
.BgClassName
{
background-color: #8F13CE;
}
</style>
border-color css
<style>
span { border-color: #8F13CE; }
span { border-color: rgb(143,19,206); }
td.TdClassName
{
border-color: #8F13CE;
}
.TagClassName
{
border-color: #8F13CE;
}
</style>