Shades of Dark Violet #8B0FBF
Tints of Dark Violet #8B0FBF
RGB
CMYK
RGB Variations
Color information
#8B0FBF (or 0x8B0FBF) is known color: Dark Violet. HEX triplet: 8B, 0F and BF. RGB value is (139,15,191). Sum of RGB (Red+Green+Blue) = 139+15+191=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 15 (6.25% from 255 or 4.35% 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 #8B0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FBF is #74F040. Grayscale: #474747. Windows color (decimal): -7663681 or 12521355. OLE color: 12521355.
HSL color Cylindrical-coordinate representation of color #8B0FBF: hue angle of 282.27º 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 #8B0FBF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 15 | 191 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.25 |
| HSL | 282.27º | 0.85% | 0.4% | - |
| HSV(B) | 282.27º | 0.92% | 0.75% | - |
| XYZ | 20.22 | 9.59 | 50.08 | - |
| YUV | 72.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 191 | 0.27 | 0.92 | 0 | 0.25 | 282.27 | 0.85 | 0.4 |
| Hex | 8B | F | BF | 1B | 5C | 0 | 19 | 11A | 55 | 28 |
| Octal | 213 | 17 | 277 | 33 | 134 | 0 | 31 | 432 | 125 | 50 |
| Binary | 10001011 | 1111 | 10111111 | 11011 | 1011100 | 0 | 11001 | 100011010 | 1010101 | 101000 |
Color Harmonies of #8B0FBF
Complementary color
Monochromatic Colors of #8B0FBF
Black with #8B0FBF
Text Example
Text Example
White with #8B0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FBF; }
p { color: rgb(139,15,191); }
H1.HeaderClassName
{
color: #8B0FBF;
}
.AnyTagClassName
{
color: #8B0FBF;
}
</style>
background-color css
<style>
a { background-color: #8B0FBF; }
a { background-color: rgb(139,15,191); }
div.DivClassName
{
background-color: #8B0FBF;
}
.BgClassName
{
background-color: #8B0FBF;
}
</style>
border-color css
<style>
span { border-color: #8B0FBF; }
span { border-color: rgb(139,15,191); }
td.TdClassName
{
border-color: #8B0FBF;
}
.TagClassName
{
border-color: #8B0FBF;
}
</style>