Shades of Dark Violet #8F0FE3
Tints of Dark Violet #8F0FE3
RGB
CMYK
RGB Variations
Color information
#8F0FE3 (or 0x8F0FE3) is known color: Dark Violet. HEX triplet: 8F, 0F and E3. RGB value is (143,15,227). Sum of RGB (Red+Green+Blue) = 143+15+227=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #8F0FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FE3 is #70F01C. Grayscale: #4C4C4C. Windows color (decimal): -7401501 or 14880655. OLE color: 14880655.
HSL color Cylindrical-coordinate representation of color #8F0FE3: hue angle of 276.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0FE3 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 15 | 227 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.11 |
| HSL | 276.23º | 0.88% | 0.47% | - |
| HSV(B) | 276.23º | 0.93% | 0.89% | - |
| XYZ | 25.36 | 11.73 | 73.6 | - |
| YUV | 77.44 | 212.41 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 227 | 0.37 | 0.93 | 0 | 0.11 | 276.23 | 0.88 | 0.47 |
| Hex | 8F | F | E3 | 25 | 5D | 0 | B | 114 | 58 | 2F |
| Octal | 217 | 17 | 343 | 45 | 135 | 0 | 13 | 424 | 130 | 57 |
| Binary | 10001111 | 1111 | 11100011 | 100101 | 1011101 | 0 | 1011 | 100010100 | 1011000 | 101111 |
Color Harmonies of #8F0FE3
Complementary color
Monochromatic Colors of #8F0FE3
Black with #8F0FE3
Text Example
Text Example
White with #8F0FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FE3; }
p { color: rgb(143,15,227); }
H1.HeaderClassName
{
color: #8F0FE3;
}
.AnyTagClassName
{
color: #8F0FE3;
}
</style>
background-color css
<style>
a { background-color: #8F0FE3; }
a { background-color: rgb(143,15,227); }
div.DivClassName
{
background-color: #8F0FE3;
}
.BgClassName
{
background-color: #8F0FE3;
}
</style>
border-color css
<style>
span { border-color: #8F0FE3; }
span { border-color: rgb(143,15,227); }
td.TdClassName
{
border-color: #8F0FE3;
}
.TagClassName
{
border-color: #8F0FE3;
}
</style>