Shades of Dark Violet #8B11BF
Tints of Dark Violet #8B11BF
RGB
CMYK
RGB Variations
Color information
#8B11BF (or 0x8B11BF) is known color: Dark Violet. HEX triplet: 8B, 11 and BF. RGB value is (139,17,191). Sum of RGB (Red+Green+Blue) = 139+17+191=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B11BF is #74EE40. Grayscale: #484848. Windows color (decimal): -7663169 or 12521867. OLE color: 12521867.
HSL color Cylindrical-coordinate representation of color #8B11BF: hue angle of 282.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B11BF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 17 | 191 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.25 |
| HSL | 282.07º | 0.84% | 0.41% | - |
| HSV(B) | 282.07º | 0.91% | 0.75% | - |
| XYZ | 20.25 | 9.65 | 50.09 | - |
| YUV | 73.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 191 | 0.27 | 0.91 | 0 | 0.25 | 282.07 | 0.84 | 0.41 |
| Hex | 8B | 11 | BF | 1B | 5B | 0 | 19 | 11A | 54 | 29 |
| Octal | 213 | 21 | 277 | 33 | 133 | 0 | 31 | 432 | 124 | 51 |
| Binary | 10001011 | 10001 | 10111111 | 11011 | 1011011 | 0 | 11001 | 100011010 | 1010100 | 101001 |
Color Harmonies of #8B11BF
Complementary color
Monochromatic Colors of #8B11BF
Black with #8B11BF
Text Example
Text Example
White with #8B11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B11BF; }
p { color: rgb(139,17,191); }
H1.HeaderClassName
{
color: #8B11BF;
}
.AnyTagClassName
{
color: #8B11BF;
}
</style>
background-color css
<style>
a { background-color: #8B11BF; }
a { background-color: rgb(139,17,191); }
div.DivClassName
{
background-color: #8B11BF;
}
.BgClassName
{
background-color: #8B11BF;
}
</style>
border-color css
<style>
span { border-color: #8B11BF; }
span { border-color: rgb(139,17,191); }
td.TdClassName
{
border-color: #8B11BF;
}
.TagClassName
{
border-color: #8B11BF;
}
</style>