Shades of Dark Violet #8B0BC8
Tints of Dark Violet #8B0BC8
RGB
CMYK
RGB Variations
Color information
#8B0BC8 (or 0x8B0BC8) is known color: Dark Violet. HEX triplet: 8B, 0B and C8. RGB value is (139,11,200). Sum of RGB (Red+Green+Blue) = 139+11+200=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B0BC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0BC8 is #74F437. Grayscale: #464646. Windows color (decimal): -7664696 or 13110155. OLE color: 13110155.
HSL color Cylindrical-coordinate representation of color #8B0BC8: hue angle of 280.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0BC8 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 11 | 200 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.22 |
| HSL | 280.63º | 0.9% | 0.41% | - |
| HSV(B) | 280.63º | 0.95% | 0.78% | - |
| XYZ | 21.19 | 9.9 | 55.44 | - |
| YUV | 70.82 | 200.91 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 200 | 0.30 | 0.94 | 0 | 0.22 | 280.63 | 0.9 | 0.41 |
| Hex | 8B | B | C8 | 1E | 5E | 0 | 16 | 119 | 5A | 29 |
| Octal | 213 | 13 | 310 | 36 | 136 | 0 | 26 | 431 | 132 | 51 |
| Binary | 10001011 | 1011 | 11001000 | 11110 | 1011110 | 0 | 10110 | 100011001 | 1011010 | 101001 |
Color Harmonies of #8B0BC8
Complementary color
Monochromatic Colors of #8B0BC8
Black with #8B0BC8
Text Example
Text Example
White with #8B0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0BC8; }
p { color: rgb(139,11,200); }
H1.HeaderClassName
{
color: #8B0BC8;
}
.AnyTagClassName
{
color: #8B0BC8;
}
</style>
background-color css
<style>
a { background-color: #8B0BC8; }
a { background-color: rgb(139,11,200); }
div.DivClassName
{
background-color: #8B0BC8;
}
.BgClassName
{
background-color: #8B0BC8;
}
</style>
border-color css
<style>
span { border-color: #8B0BC8; }
span { border-color: rgb(139,11,200); }
td.TdClassName
{
border-color: #8B0BC8;
}
.TagClassName
{
border-color: #8B0BC8;
}
</style>