Shades of Dark Violet #8B0DBF
Tints of Dark Violet #8B0DBF
RGB
CMYK
RGB Variations
Color information
#8B0DBF (or 0x8B0DBF) is known color: Dark Violet. HEX triplet: 8B, 0D and BF. RGB value is (139,13,191). Sum of RGB (Red+Green+Blue) = 139+13+191=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B0DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DBF is #74F240. Grayscale: #464646. Windows color (decimal): -7664193 or 12520843. OLE color: 12520843.
HSL color Cylindrical-coordinate representation of color #8B0DBF: hue angle of 282.47º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0DBF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 13 | 191 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.25 |
| HSL | 282.47º | 0.87% | 0.4% | - |
| HSV(B) | 282.47º | 0.93% | 0.75% | - |
| XYZ | 20.2 | 9.54 | 50.07 | - |
| YUV | 70.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 191 | 0.27 | 0.93 | 0 | 0.25 | 282.47 | 0.87 | 0.4 |
| Hex | 8B | D | BF | 1B | 5D | 0 | 19 | 11A | 57 | 28 |
| Octal | 213 | 15 | 277 | 33 | 135 | 0 | 31 | 432 | 127 | 50 |
| Binary | 10001011 | 1101 | 10111111 | 11011 | 1011101 | 0 | 11001 | 100011010 | 1010111 | 101000 |
Color Harmonies of #8B0DBF
Complementary color
Monochromatic Colors of #8B0DBF
Black with #8B0DBF
Text Example
Text Example
White with #8B0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0DBF; }
p { color: rgb(139,13,191); }
H1.HeaderClassName
{
color: #8B0DBF;
}
.AnyTagClassName
{
color: #8B0DBF;
}
</style>
background-color css
<style>
a { background-color: #8B0DBF; }
a { background-color: rgb(139,13,191); }
div.DivClassName
{
background-color: #8B0DBF;
}
.BgClassName
{
background-color: #8B0DBF;
}
</style>
border-color css
<style>
span { border-color: #8B0DBF; }
span { border-color: rgb(139,13,191); }
td.TdClassName
{
border-color: #8B0DBF;
}
.TagClassName
{
border-color: #8B0DBF;
}
</style>