Shades of Dark Violet #8B16BA
Tints of Dark Violet #8B16BA
RGB
CMYK
RGB Variations
Color information
#8B16BA (or 0x8B16BA) is known color: Dark Violet. HEX triplet: 8B, 16 and BA. RGB value is (139,22,186). Sum of RGB (Red+Green+Blue) = 139+22+186=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B16BA is #74E945. Grayscale: #4B4B4B. Windows color (decimal): -7661894 or 12195467. OLE color: 12195467.
HSL color Cylindrical-coordinate representation of color #8B16BA: hue angle of 282.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B16BA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 22 | 186 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.27 |
| HSL | 282.8º | 0.79% | 0.41% | - |
| HSV(B) | 282.8º | 0.88% | 0.73% | - |
| XYZ | 19.8 | 9.61 | 47.27 | - |
| YUV | 75.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 186 | 0.25 | 0.88 | 0 | 0.27 | 282.8 | 0.79 | 0.41 |
| Hex | 8B | 16 | BA | 19 | 58 | 0 | 1B | 11B | 4F | 29 |
| Octal | 213 | 26 | 272 | 31 | 130 | 0 | 33 | 433 | 117 | 51 |
| Binary | 10001011 | 10110 | 10111010 | 11001 | 1011000 | 0 | 11011 | 100011011 | 1001111 | 101001 |
Color Harmonies of #8B16BA
Complementary color
Monochromatic Colors of #8B16BA
Black with #8B16BA
Text Example
Text Example
White with #8B16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B16BA; }
p { color: rgb(139,22,186); }
H1.HeaderClassName
{
color: #8B16BA;
}
.AnyTagClassName
{
color: #8B16BA;
}
</style>
background-color css
<style>
a { background-color: #8B16BA; }
a { background-color: rgb(139,22,186); }
div.DivClassName
{
background-color: #8B16BA;
}
.BgClassName
{
background-color: #8B16BA;
}
</style>
border-color css
<style>
span { border-color: #8B16BA; }
span { border-color: rgb(139,22,186); }
td.TdClassName
{
border-color: #8B16BA;
}
.TagClassName
{
border-color: #8B16BA;
}
</style>