Shades of Dark Violet #8B08BA
Tints of Dark Violet #8B08BA
RGB
CMYK
RGB Variations
Color information
#8B08BA (or 0x8B08BA) is known color: Dark Violet. HEX triplet: 8B, 08 and BA. RGB value is (139,8,186). Sum of RGB (Red+Green+Blue) = 139+8+186=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B08BA is #74F745. Grayscale: #424242. Windows color (decimal): -7665478 or 12191883. OLE color: 12191883.
HSL color Cylindrical-coordinate representation of color #8B08BA: hue angle of 284.16º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B08BA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 8 | 186 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.27 |
| HSL | 284.16º | 0.92% | 0.38% | - |
| HSV(B) | 284.16º | 0.96% | 0.73% | - |
| XYZ | 19.6 | 9.21 | 47.2 | - |
| YUV | 67.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 186 | 0.25 | 0.96 | 0 | 0.27 | 284.16 | 0.92 | 0.38 |
| Hex | 8B | 8 | BA | 19 | 60 | 0 | 1B | 11C | 5C | 26 |
| Octal | 213 | 10 | 272 | 31 | 140 | 0 | 33 | 434 | 134 | 46 |
| Binary | 10001011 | 1000 | 10111010 | 11001 | 1100000 | 0 | 11011 | 100011100 | 1011100 | 100110 |
Color Harmonies of #8B08BA
Complementary color
Monochromatic Colors of #8B08BA
Black with #8B08BA
Text Example
Text Example
White with #8B08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B08BA; }
p { color: rgb(139,8,186); }
H1.HeaderClassName
{
color: #8B08BA;
}
.AnyTagClassName
{
color: #8B08BA;
}
</style>
background-color css
<style>
a { background-color: #8B08BA; }
a { background-color: rgb(139,8,186); }
div.DivClassName
{
background-color: #8B08BA;
}
.BgClassName
{
background-color: #8B08BA;
}
</style>
border-color css
<style>
span { border-color: #8B08BA; }
span { border-color: rgb(139,8,186); }
td.TdClassName
{
border-color: #8B08BA;
}
.TagClassName
{
border-color: #8B08BA;
}
</style>