Shades of Dark Violet #8F0DE5
Tints of Dark Violet #8F0DE5
RGB
CMYK
RGB Variations
Color information
#8F0DE5 (or 0x8F0DE5) is known color: Dark Violet. HEX triplet: 8F, 0D and E5. RGB value is (143,13,229). Sum of RGB (Red+Green+Blue) = 143+13+229=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F0DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DE5 is #70F21A. Grayscale: #4B4B4B. Windows color (decimal): -7402011 or 15011215. OLE color: 15011215.
HSL color Cylindrical-coordinate representation of color #8F0DE5: hue angle of 276.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0DE5 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 13 | 229 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.10 |
| HSL | 276.11º | 0.89% | 0.47% | - |
| HSV(B) | 276.11º | 0.94% | 0.9% | - |
| XYZ | 25.61 | 11.78 | 75.05 | - |
| YUV | 76.49 | 214.07 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 229 | 0.38 | 0.94 | 0 | 0.10 | 276.11 | 0.89 | 0.47 |
| Hex | 8F | D | E5 | 26 | 5E | 0 | A | 114 | 59 | 2F |
| Octal | 217 | 15 | 345 | 46 | 136 | 0 | 12 | 424 | 131 | 57 |
| Binary | 10001111 | 1101 | 11100101 | 100110 | 1011110 | 0 | 1010 | 100010100 | 1011001 | 101111 |
Color Harmonies of #8F0DE5
Complementary color
Monochromatic Colors of #8F0DE5
Black with #8F0DE5
Text Example
Text Example
White with #8F0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DE5; }
p { color: rgb(143,13,229); }
H1.HeaderClassName
{
color: #8F0DE5;
}
.AnyTagClassName
{
color: #8F0DE5;
}
</style>
background-color css
<style>
a { background-color: #8F0DE5; }
a { background-color: rgb(143,13,229); }
div.DivClassName
{
background-color: #8F0DE5;
}
.BgClassName
{
background-color: #8F0DE5;
}
</style>
border-color css
<style>
span { border-color: #8F0DE5; }
span { border-color: rgb(143,13,229); }
td.TdClassName
{
border-color: #8F0DE5;
}
.TagClassName
{
border-color: #8F0DE5;
}
</style>