Shades of Dark Violet #8B06BA
Tints of Dark Violet #8B06BA
RGB
CMYK
RGB Variations
Color information
#8B06BA (or 0x8B06BA) is known color: Dark Violet. HEX triplet: 8B, 06 and BA. RGB value is (139,6,186). Sum of RGB (Red+Green+Blue) = 139+6+186=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06BA is #74F945. Grayscale: #414141. Windows color (decimal): -7665990 or 12191371. OLE color: 12191371.
HSL color Cylindrical-coordinate representation of color #8B06BA: hue angle of 284.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B06BA is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 6 | 186 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.27 |
| HSL | 284.33º | 0.94% | 0.38% | - |
| HSV(B) | 284.33º | 0.97% | 0.73% | - |
| XYZ | 19.58 | 9.16 | 47.19 | - |
| YUV | 66.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 186 | 0.25 | 0.97 | 0 | 0.27 | 284.33 | 0.94 | 0.38 |
| Hex | 8B | 6 | BA | 19 | 61 | 0 | 1B | 11C | 5E | 26 |
| Octal | 213 | 6 | 272 | 31 | 141 | 0 | 33 | 434 | 136 | 46 |
| Binary | 10001011 | 110 | 10111010 | 11001 | 1100001 | 0 | 11011 | 100011100 | 1011110 | 100110 |
Color Harmonies of #8B06BA
Complementary color
Monochromatic Colors of #8B06BA
Black with #8B06BA
Text Example
Text Example
White with #8B06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B06BA; }
p { color: rgb(139,6,186); }
H1.HeaderClassName
{
color: #8B06BA;
}
.AnyTagClassName
{
color: #8B06BA;
}
</style>
background-color css
<style>
a { background-color: #8B06BA; }
a { background-color: rgb(139,6,186); }
div.DivClassName
{
background-color: #8B06BA;
}
.BgClassName
{
background-color: #8B06BA;
}
</style>
border-color css
<style>
span { border-color: #8B06BA; }
span { border-color: rgb(139,6,186); }
td.TdClassName
{
border-color: #8B06BA;
}
.TagClassName
{
border-color: #8B06BA;
}
</style>