Shades of Dark Violet #8F00FC
Tints of Dark Violet #8F00FC
RGB
CMYK
RGB Variations
Color information
#8F00FC (or 0x8F00FC) is known color: Dark Violet. HEX triplet: 8F, 00 and FC. RGB value is (143,0,252). Sum of RGB (Red+Green+Blue) = 143+0+252=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00FC is #70FF03. Grayscale: #464646. Windows color (decimal): -7405316 or 16515215. OLE color: 16515215.
HSL color Cylindrical-coordinate representation of color #8F00FC: hue angle of 274.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00FC is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 0 | 252 | - |
| CMYK | 0.43 | 1 | 0 | 0.01 |
| HSL | 274.05º | 1% | 0.49% | - |
| HSV(B) | 274.05º | 1% | 0.99% | - |
| XYZ | 28.9 | 12.87 | 93.06 | - |
| YUV | 71.49 | 229.88 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 252 | 0.43 | 1 | 0 | 0.01 | 274.05 | 1 | 0.49 |
| Hex | 8F | 0 | FC | 2B | 64 | 0 | 1 | 112 | 64 | 31 |
| Octal | 217 | 0 | 374 | 53 | 144 | 0 | 1 | 422 | 144 | 61 |
| Binary | 10001111 | 0 | 11111100 | 101011 | 1100100 | 0 | 1 | 100010010 | 1100100 | 110001 |
Color Harmonies of #8F00FC
Complementary color
Monochromatic Colors of #8F00FC
Black with #8F00FC
Text Example
Text Example
White with #8F00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00FC; }
p { color: rgb(143,0,252); }
H1.HeaderClassName
{
color: #8F00FC;
}
.AnyTagClassName
{
color: #8F00FC;
}
</style>
background-color css
<style>
a { background-color: #8F00FC; }
a { background-color: rgb(143,0,252); }
div.DivClassName
{
background-color: #8F00FC;
}
.BgClassName
{
background-color: #8F00FC;
}
</style>
border-color css
<style>
span { border-color: #8F00FC; }
span { border-color: rgb(143,0,252); }
td.TdClassName
{
border-color: #8F00FC;
}
.TagClassName
{
border-color: #8F00FC;
}
</style>