Shades of Dark Violet #8F10CE
Tints of Dark Violet #8F10CE
RGB
CMYK
RGB Variations
Color information
#8F10CE (or 0x8F10CE) is known color: Dark Violet. HEX triplet: 8F, 10 and CE. RGB value is (143,16,206). Sum of RGB (Red+Green+Blue) = 143+16+206=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10CE is #70EF31. Grayscale: #4B4B4B. Windows color (decimal): -7401266 or 13504655. OLE color: 13504655.
HSL color Cylindrical-coordinate representation of color #8F10CE: hue angle of 280.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F10CE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 16 | 206 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.19 |
| HSL | 280.11º | 0.86% | 0.44% | - |
| HSV(B) | 280.11º | 0.92% | 0.81% | - |
| XYZ | 22.65 | 10.67 | 59.26 | - |
| YUV | 75.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 206 | 0.31 | 0.92 | 0 | 0.19 | 280.11 | 0.86 | 0.44 |
| Hex | 8F | 10 | CE | 1F | 5C | 0 | 13 | 118 | 56 | 2C |
| Octal | 217 | 20 | 316 | 37 | 134 | 0 | 23 | 430 | 126 | 54 |
| Binary | 10001111 | 10000 | 11001110 | 11111 | 1011100 | 0 | 10011 | 100011000 | 1010110 | 101100 |
Color Harmonies of #8F10CE
Complementary color
Monochromatic Colors of #8F10CE
Black with #8F10CE
Text Example
Text Example
White with #8F10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10CE; }
p { color: rgb(143,16,206); }
H1.HeaderClassName
{
color: #8F10CE;
}
.AnyTagClassName
{
color: #8F10CE;
}
</style>
background-color css
<style>
a { background-color: #8F10CE; }
a { background-color: rgb(143,16,206); }
div.DivClassName
{
background-color: #8F10CE;
}
.BgClassName
{
background-color: #8F10CE;
}
</style>
border-color css
<style>
span { border-color: #8F10CE; }
span { border-color: rgb(143,16,206); }
td.TdClassName
{
border-color: #8F10CE;
}
.TagClassName
{
border-color: #8F10CE;
}
</style>