Shades of Dark Violet #8F00F6
Tints of Dark Violet #8F00F6
RGB
CMYK
RGB Variations
Color information
#8F00F6 (or 0x8F00F6) is known color: Dark Violet. HEX triplet: 8F, 00 and F6. RGB value is (143,0,246). Sum of RGB (Red+Green+Blue) = 143+0+246=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F00F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00F6 is #70FF09. Grayscale: #454545. Windows color (decimal): -7405322 or 16121999. OLE color: 16121999.
HSL color Cylindrical-coordinate representation of color #8F00F6: hue angle of 274.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00F6 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 0 | 246 | - |
| CMYK | 0.42 | 1 | 0 | 0.04 |
| HSL | 274.88º | 1% | 0.48% | - |
| HSV(B) | 274.88º | 1% | 0.96% | - |
| XYZ | 27.96 | 12.49 | 88.13 | - |
| YUV | 70.8 | 226.88 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 246 | 0.42 | 1 | 0 | 0.04 | 274.88 | 1 | 0.48 |
| Hex | 8F | 0 | F6 | 2A | 64 | 0 | 4 | 113 | 64 | 30 |
| Octal | 217 | 0 | 366 | 52 | 144 | 0 | 4 | 423 | 144 | 60 |
| Binary | 10001111 | 0 | 11110110 | 101010 | 1100100 | 0 | 100 | 100010011 | 1100100 | 110000 |
Color Harmonies of #8F00F6
Complementary color
Monochromatic Colors of #8F00F6
Black with #8F00F6
Text Example
Text Example
White with #8F00F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00F6; }
p { color: rgb(143,0,246); }
H1.HeaderClassName
{
color: #8F00F6;
}
.AnyTagClassName
{
color: #8F00F6;
}
</style>
background-color css
<style>
a { background-color: #8F00F6; }
a { background-color: rgb(143,0,246); }
div.DivClassName
{
background-color: #8F00F6;
}
.BgClassName
{
background-color: #8F00F6;
}
</style>
border-color css
<style>
span { border-color: #8F00F6; }
span { border-color: rgb(143,0,246); }
td.TdClassName
{
border-color: #8F00F6;
}
.TagClassName
{
border-color: #8F00F6;
}
</style>