Shades of Dark Violet #8F10BE
Tints of Dark Violet #8F10BE
RGB
CMYK
RGB Variations
Color information
#8F10BE (or 0x8F10BE) is known color: Dark Violet. HEX triplet: 8F, 10 and BE. RGB value is (143,16,190). Sum of RGB (Red+Green+Blue) = 143+16+190=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10BE is #70EF41. Grayscale: #494949. Windows color (decimal): -7401282 or 12456079. OLE color: 12456079.
HSL color Cylindrical-coordinate representation of color #8F10BE: hue angle of 283.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F10BE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 16 | 190 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.25 |
| HSL | 283.79º | 0.84% | 0.4% | - |
| HSV(B) | 283.79º | 0.92% | 0.75% | - |
| XYZ | 20.81 | 9.93 | 49.53 | - |
| YUV | 73.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 190 | 0.25 | 0.92 | 0 | 0.25 | 283.79 | 0.84 | 0.4 |
| Hex | 8F | 10 | BE | 19 | 5C | 0 | 19 | 11C | 54 | 28 |
| Octal | 217 | 20 | 276 | 31 | 134 | 0 | 31 | 434 | 124 | 50 |
| Binary | 10001111 | 10000 | 10111110 | 11001 | 1011100 | 0 | 11001 | 100011100 | 1010100 | 101000 |
Color Harmonies of #8F10BE
Complementary color
Monochromatic Colors of #8F10BE
Black with #8F10BE
Text Example
Text Example
White with #8F10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10BE; }
p { color: rgb(143,16,190); }
H1.HeaderClassName
{
color: #8F10BE;
}
.AnyTagClassName
{
color: #8F10BE;
}
</style>
background-color css
<style>
a { background-color: #8F10BE; }
a { background-color: rgb(143,16,190); }
div.DivClassName
{
background-color: #8F10BE;
}
.BgClassName
{
background-color: #8F10BE;
}
</style>
border-color css
<style>
span { border-color: #8F10BE; }
span { border-color: rgb(143,16,190); }
td.TdClassName
{
border-color: #8F10BE;
}
.TagClassName
{
border-color: #8F10BE;
}
</style>