Shades of Dark Violet #8F0FEA
Tints of Dark Violet #8F0FEA
RGB
CMYK
RGB Variations
Color information
#8F0FEA (or 0x8F0FEA) is known color: Dark Violet. HEX triplet: 8F, 0F and EA. RGB value is (143,15,234). Sum of RGB (Red+Green+Blue) = 143+15+234=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0FEA is #70F015. Grayscale: #4D4D4D. Windows color (decimal): -7401494 or 15339407. OLE color: 15339407.
HSL color Cylindrical-coordinate representation of color #8F0FEA: hue angle of 275.07º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0FEA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 15 | 234 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.08 |
| HSL | 275.07º | 0.88% | 0.49% | - |
| HSV(B) | 275.07º | 0.94% | 0.92% | - |
| XYZ | 26.35 | 12.12 | 78.79 | - |
| YUV | 78.24 | 215.91 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 234 | 0.39 | 0.94 | 0 | 0.08 | 275.07 | 0.88 | 0.49 |
| Hex | 8F | F | EA | 27 | 5E | 0 | 8 | 113 | 58 | 31 |
| Octal | 217 | 17 | 352 | 47 | 136 | 0 | 10 | 423 | 130 | 61 |
| Binary | 10001111 | 1111 | 11101010 | 100111 | 1011110 | 0 | 1000 | 100010011 | 1011000 | 110001 |
Color Harmonies of #8F0FEA
Complementary color
Monochromatic Colors of #8F0FEA
Black with #8F0FEA
Text Example
Text Example
White with #8F0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FEA; }
p { color: rgb(143,15,234); }
H1.HeaderClassName
{
color: #8F0FEA;
}
.AnyTagClassName
{
color: #8F0FEA;
}
</style>
background-color css
<style>
a { background-color: #8F0FEA; }
a { background-color: rgb(143,15,234); }
div.DivClassName
{
background-color: #8F0FEA;
}
.BgClassName
{
background-color: #8F0FEA;
}
</style>
border-color css
<style>
span { border-color: #8F0FEA; }
span { border-color: rgb(143,15,234); }
td.TdClassName
{
border-color: #8F0FEA;
}
.TagClassName
{
border-color: #8F0FEA;
}
</style>