Shades of Dark Violet #8F0BE0
Tints of Dark Violet #8F0BE0
RGB
CMYK
RGB Variations
Color information
#8F0BE0 (or 0x8F0BE0) is known color: Dark Violet. HEX triplet: 8F, 0B and E0. RGB value is (143,11,224). Sum of RGB (Red+Green+Blue) = 143+11+224=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F0BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BE0 is #70F41F. Grayscale: #4A4A4A. Windows color (decimal): -7402528 or 14683023. OLE color: 14683023.
HSL color Cylindrical-coordinate representation of color #8F0BE0: hue angle of 277.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BE0 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 11 | 224 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.12 |
| HSL | 277.18º | 0.91% | 0.46% | - |
| HSV(B) | 277.18º | 0.95% | 0.88% | - |
| XYZ | 24.9 | 11.46 | 71.42 | - |
| YUV | 74.75 | 212.23 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 224 | 0.36 | 0.95 | 0 | 0.12 | 277.18 | 0.91 | 0.46 |
| Hex | 8F | B | E0 | 24 | 5F | 0 | C | 115 | 5B | 2E |
| Octal | 217 | 13 | 340 | 44 | 137 | 0 | 14 | 425 | 133 | 56 |
| Binary | 10001111 | 1011 | 11100000 | 100100 | 1011111 | 0 | 1100 | 100010101 | 1011011 | 101110 |
Color Harmonies of #8F0BE0
Complementary color
Monochromatic Colors of #8F0BE0
Black with #8F0BE0
Text Example
Text Example
White with #8F0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BE0; }
p { color: rgb(143,11,224); }
H1.HeaderClassName
{
color: #8F0BE0;
}
.AnyTagClassName
{
color: #8F0BE0;
}
</style>
background-color css
<style>
a { background-color: #8F0BE0; }
a { background-color: rgb(143,11,224); }
div.DivClassName
{
background-color: #8F0BE0;
}
.BgClassName
{
background-color: #8F0BE0;
}
</style>
border-color css
<style>
span { border-color: #8F0BE0; }
span { border-color: rgb(143,11,224); }
td.TdClassName
{
border-color: #8F0BE0;
}
.TagClassName
{
border-color: #8F0BE0;
}
</style>