Shades of Dark Violet #8B11D8
Tints of Dark Violet #8B11D8
RGB
CMYK
RGB Variations
Color information
#8B11D8 (or 0x8B11D8) is known color: Dark Violet. HEX triplet: 8B, 11 and D8. RGB value is (139,17,216). Sum of RGB (Red+Green+Blue) = 139+17+216=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B11D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B11D8 is #74EE27. Grayscale: #4B4B4B. Windows color (decimal): -7663144 or 14160267. OLE color: 14160267.
HSL color Cylindrical-coordinate representation of color #8B11D8: hue angle of 276.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B11D8 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 17 | 216 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.15 |
| HSL | 276.78º | 0.85% | 0.46% | - |
| HSV(B) | 276.78º | 0.92% | 0.85% | - |
| XYZ | 23.24 | 10.85 | 65.83 | - |
| YUV | 76.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 216 | 0.36 | 0.92 | 0 | 0.15 | 276.78 | 0.85 | 0.46 |
| Hex | 8B | 11 | D8 | 24 | 5C | 0 | F | 115 | 55 | 2E |
| Octal | 213 | 21 | 330 | 44 | 134 | 0 | 17 | 425 | 125 | 56 |
| Binary | 10001011 | 10001 | 11011000 | 100100 | 1011100 | 0 | 1111 | 100010101 | 1010101 | 101110 |
Color Harmonies of #8B11D8
Complementary color
Monochromatic Colors of #8B11D8
Black with #8B11D8
Text Example
Text Example
White with #8B11D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B11D8; }
p { color: rgb(139,17,216); }
H1.HeaderClassName
{
color: #8B11D8;
}
.AnyTagClassName
{
color: #8B11D8;
}
</style>
background-color css
<style>
a { background-color: #8B11D8; }
a { background-color: rgb(139,17,216); }
div.DivClassName
{
background-color: #8B11D8;
}
.BgClassName
{
background-color: #8B11D8;
}
</style>
border-color css
<style>
span { border-color: #8B11D8; }
span { border-color: rgb(139,17,216); }
td.TdClassName
{
border-color: #8B11D8;
}
.TagClassName
{
border-color: #8B11D8;
}
</style>