Shades of Dark Violet #8B0FBA
Tints of Dark Violet #8B0FBA
RGB
CMYK
RGB Variations
Color information
#8B0FBA (or 0x8B0FBA) is known color: Dark Violet. HEX triplet: 8B, 0F and BA. RGB value is (139,15,186). Sum of RGB (Red+Green+Blue) = 139+15+186=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FBA is #74F045. Grayscale: #474747. Windows color (decimal): -7663686 or 12193675. OLE color: 12193675.
HSL color Cylindrical-coordinate representation of color #8B0FBA: hue angle of 283.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0FBA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 15 | 186 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.27 |
| HSL | 283.51º | 0.85% | 0.39% | - |
| HSV(B) | 283.51º | 0.92% | 0.73% | - |
| XYZ | 19.68 | 9.38 | 47.23 | - |
| YUV | 71.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 186 | 0.25 | 0.92 | 0 | 0.27 | 283.51 | 0.85 | 0.39 |
| Hex | 8B | F | BA | 19 | 5C | 0 | 1B | 11C | 55 | 27 |
| Octal | 213 | 17 | 272 | 31 | 134 | 0 | 33 | 434 | 125 | 47 |
| Binary | 10001011 | 1111 | 10111010 | 11001 | 1011100 | 0 | 11011 | 100011100 | 1010101 | 100111 |
Color Harmonies of #8B0FBA
Complementary color
Monochromatic Colors of #8B0FBA
Black with #8B0FBA
Text Example
Text Example
White with #8B0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FBA; }
p { color: rgb(139,15,186); }
H1.HeaderClassName
{
color: #8B0FBA;
}
.AnyTagClassName
{
color: #8B0FBA;
}
</style>
background-color css
<style>
a { background-color: #8B0FBA; }
a { background-color: rgb(139,15,186); }
div.DivClassName
{
background-color: #8B0FBA;
}
.BgClassName
{
background-color: #8B0FBA;
}
</style>
border-color css
<style>
span { border-color: #8B0FBA; }
span { border-color: rgb(139,15,186); }
td.TdClassName
{
border-color: #8B0FBA;
}
.TagClassName
{
border-color: #8B0FBA;
}
</style>