Shades of Dark Violet #8F00FA
Tints of Dark Violet #8F00FA
RGB
CMYK
RGB Variations
Color information
#8F00FA (or 0x8F00FA) is known color: Dark Violet. HEX triplet: 8F, 00 and FA. RGB value is (143,0,250). Sum of RGB (Red+Green+Blue) = 143+0+250=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00FA is #70FF05. Grayscale: #464646. Windows color (decimal): -7405318 or 16384143. OLE color: 16384143.
HSL color Cylindrical-coordinate representation of color #8F00FA: hue angle of 274.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00FA is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 0 | 250 | - |
| CMYK | 0.43 | 1 | 0 | 0.02 |
| HSL | 274.32º | 1% | 0.49% | - |
| HSV(B) | 274.32º | 1% | 0.98% | - |
| XYZ | 28.58 | 12.74 | 91.4 | - |
| YUV | 71.26 | 228.88 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 250 | 0.43 | 1 | 0 | 0.02 | 274.32 | 1 | 0.49 |
| Hex | 8F | 0 | FA | 2B | 64 | 0 | 2 | 112 | 64 | 31 |
| Octal | 217 | 0 | 372 | 53 | 144 | 0 | 2 | 422 | 144 | 61 |
| Binary | 10001111 | 0 | 11111010 | 101011 | 1100100 | 0 | 10 | 100010010 | 1100100 | 110001 |
Color Harmonies of #8F00FA
Complementary color
Monochromatic Colors of #8F00FA
Black with #8F00FA
Text Example
Text Example
White with #8F00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00FA; }
p { color: rgb(143,0,250); }
H1.HeaderClassName
{
color: #8F00FA;
}
.AnyTagClassName
{
color: #8F00FA;
}
</style>
background-color css
<style>
a { background-color: #8F00FA; }
a { background-color: rgb(143,0,250); }
div.DivClassName
{
background-color: #8F00FA;
}
.BgClassName
{
background-color: #8F00FA;
}
</style>
border-color css
<style>
span { border-color: #8F00FA; }
span { border-color: rgb(143,0,250); }
td.TdClassName
{
border-color: #8F00FA;
}
.TagClassName
{
border-color: #8F00FA;
}
</style>