Shades of Dark Violet #8F06FC
Tints of Dark Violet #8F06FC
RGB
CMYK
RGB Variations
Color information
#8F06FC (or 0x8F06FC) is known color: Dark Violet. HEX triplet: 8F, 06 and FC. RGB value is (143,6,252). Sum of RGB (Red+Green+Blue) = 143+6+252=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F06FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F06FC is #70F903. Grayscale: #4A4A4A. Windows color (decimal): -7403780 or 16516751. OLE color: 16516751.
HSL color Cylindrical-coordinate representation of color #8F06FC: hue angle of 273.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F06FC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 6 | 252 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.01 |
| HSL | 273.41º | 0.98% | 0.51% | - |
| HSV(B) | 273.41º | 0.98% | 0.99% | - |
| XYZ | 28.96 | 13 | 93.08 | - |
| YUV | 75.01 | 227.89 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 252 | 0.43 | 0.98 | 0 | 0.01 | 273.41 | 0.98 | 0.51 |
| Hex | 8F | 6 | FC | 2B | 62 | 0 | 1 | 111 | 62 | 33 |
| Octal | 217 | 6 | 374 | 53 | 142 | 0 | 1 | 421 | 142 | 63 |
| Binary | 10001111 | 110 | 11111100 | 101011 | 1100010 | 0 | 1 | 100010001 | 1100010 | 110011 |
Color Harmonies of #8F06FC
Complementary color
Monochromatic Colors of #8F06FC
Black with #8F06FC
Text Example
Text Example
White with #8F06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06FC; }
p { color: rgb(143,6,252); }
H1.HeaderClassName
{
color: #8F06FC;
}
.AnyTagClassName
{
color: #8F06FC;
}
</style>
background-color css
<style>
a { background-color: #8F06FC; }
a { background-color: rgb(143,6,252); }
div.DivClassName
{
background-color: #8F06FC;
}
.BgClassName
{
background-color: #8F06FC;
}
</style>
border-color css
<style>
span { border-color: #8F06FC; }
span { border-color: rgb(143,6,252); }
td.TdClassName
{
border-color: #8F06FC;
}
.TagClassName
{
border-color: #8F06FC;
}
</style>