Shades of Dark Violet #8B06DB
Tints of Dark Violet #8B06DB
RGB
CMYK
RGB Variations
Color information
#8B06DB (or 0x8B06DB) is known color: Dark Violet. HEX triplet: 8B, 06 and DB. RGB value is (139,6,219). Sum of RGB (Red+Green+Blue) = 139+6+219=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06DB is #74F924. Grayscale: #454545. Windows color (decimal): -7665957 or 14354059. OLE color: 14354059.
HSL color Cylindrical-coordinate representation of color #8B06DB: hue angle of 277.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B06DB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 6 | 219 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.14 |
| HSL | 277.46º | 0.95% | 0.44% | - |
| HSV(B) | 277.46º | 0.97% | 0.86% | - |
| XYZ | 23.5 | 10.73 | 67.85 | - |
| YUV | 70.05 | 212.06 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 219 | 0.37 | 0.97 | 0 | 0.14 | 277.46 | 0.95 | 0.44 |
| Hex | 8B | 6 | DB | 25 | 61 | 0 | E | 115 | 5F | 2C |
| Octal | 213 | 6 | 333 | 45 | 141 | 0 | 16 | 425 | 137 | 54 |
| Binary | 10001011 | 110 | 11011011 | 100101 | 1100001 | 0 | 1110 | 100010101 | 1011111 | 101100 |
Color Harmonies of #8B06DB
Complementary color
Monochromatic Colors of #8B06DB
Black with #8B06DB
Text Example
Text Example
White with #8B06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B06DB; }
p { color: rgb(139,6,219); }
H1.HeaderClassName
{
color: #8B06DB;
}
.AnyTagClassName
{
color: #8B06DB;
}
</style>
background-color css
<style>
a { background-color: #8B06DB; }
a { background-color: rgb(139,6,219); }
div.DivClassName
{
background-color: #8B06DB;
}
.BgClassName
{
background-color: #8B06DB;
}
</style>
border-color css
<style>
span { border-color: #8B06DB; }
span { border-color: rgb(139,6,219); }
td.TdClassName
{
border-color: #8B06DB;
}
.TagClassName
{
border-color: #8B06DB;
}
</style>