Shades of Dark Violet #8F0BBF
Tints of Dark Violet #8F0BBF
RGB
CMYK
RGB Variations
Color information
#8F0BBF (or 0x8F0BBF) is known color: Dark Violet. HEX triplet: 8F, 0B and BF. RGB value is (143,11,191). Sum of RGB (Red+Green+Blue) = 143+11+191=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F0BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BBF is #70F440. Grayscale: #464646. Windows color (decimal): -7402561 or 12520335. OLE color: 12520335.
HSL color Cylindrical-coordinate representation of color #8F0BBF: hue angle of 284º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0BBF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 11 | 191 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.25 |
| HSL | 284º | 0.89% | 0.4% | - |
| HSV(B) | 284º | 0.94% | 0.75% | - |
| XYZ | 20.85 | 9.84 | 50.09 | - |
| YUV | 70.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 191 | 0.25 | 0.94 | 0 | 0.25 | 284 | 0.89 | 0.4 |
| Hex | 8F | B | BF | 19 | 5E | 0 | 19 | 11C | 59 | 28 |
| Octal | 217 | 13 | 277 | 31 | 136 | 0 | 31 | 434 | 131 | 50 |
| Binary | 10001111 | 1011 | 10111111 | 11001 | 1011110 | 0 | 11001 | 100011100 | 1011001 | 101000 |
Color Harmonies of #8F0BBF
Complementary color
Monochromatic Colors of #8F0BBF
Black with #8F0BBF
Text Example
Text Example
White with #8F0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BBF; }
p { color: rgb(143,11,191); }
H1.HeaderClassName
{
color: #8F0BBF;
}
.AnyTagClassName
{
color: #8F0BBF;
}
</style>
background-color css
<style>
a { background-color: #8F0BBF; }
a { background-color: rgb(143,11,191); }
div.DivClassName
{
background-color: #8F0BBF;
}
.BgClassName
{
background-color: #8F0BBF;
}
</style>
border-color css
<style>
span { border-color: #8F0BBF; }
span { border-color: rgb(143,11,191); }
td.TdClassName
{
border-color: #8F0BBF;
}
.TagClassName
{
border-color: #8F0BBF;
}
</style>