Shades of Dark Violet #8F0FBE
Tints of Dark Violet #8F0FBE
RGB
CMYK
RGB Variations
Color information
#8F0FBE (or 0x8F0FBE) is known color: Dark Violet. HEX triplet: 8F, 0F and BE. RGB value is (143,15,190). Sum of RGB (Red+Green+Blue) = 143+15+190=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FBE is #70F041. Grayscale: #484848. Windows color (decimal): -7401538 or 12455823. OLE color: 12455823.
HSL color Cylindrical-coordinate representation of color #8F0FBE: hue angle of 283.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0FBE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 15 | 190 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.25 |
| HSL | 283.89º | 0.85% | 0.4% | - |
| HSV(B) | 283.89º | 0.92% | 0.75% | - |
| XYZ | 20.79 | 9.9 | 49.53 | - |
| YUV | 73.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 190 | 0.25 | 0.92 | 0 | 0.25 | 283.89 | 0.85 | 0.4 |
| Hex | 8F | F | BE | 19 | 5C | 0 | 19 | 11C | 55 | 28 |
| Octal | 217 | 17 | 276 | 31 | 134 | 0 | 31 | 434 | 125 | 50 |
| Binary | 10001111 | 1111 | 10111110 | 11001 | 1011100 | 0 | 11001 | 100011100 | 1010101 | 101000 |
Color Harmonies of #8F0FBE
Complementary color
Monochromatic Colors of #8F0FBE
Black with #8F0FBE
Text Example
Text Example
White with #8F0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FBE; }
p { color: rgb(143,15,190); }
H1.HeaderClassName
{
color: #8F0FBE;
}
.AnyTagClassName
{
color: #8F0FBE;
}
</style>
background-color css
<style>
a { background-color: #8F0FBE; }
a { background-color: rgb(143,15,190); }
div.DivClassName
{
background-color: #8F0FBE;
}
.BgClassName
{
background-color: #8F0FBE;
}
</style>
border-color css
<style>
span { border-color: #8F0FBE; }
span { border-color: rgb(143,15,190); }
td.TdClassName
{
border-color: #8F0FBE;
}
.TagClassName
{
border-color: #8F0FBE;
}
</style>