Shades of Dark Violet #8B06CE
Tints of Dark Violet #8B06CE
RGB
CMYK
RGB Variations
Color information
#8B06CE (or 0x8B06CE) is known color: Dark Violet. HEX triplet: 8B, 06 and CE. RGB value is (139,6,206). Sum of RGB (Red+Green+Blue) = 139+6+206=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06CE is #74F931. Grayscale: #434343. Windows color (decimal): -7665970 or 13502091. OLE color: 13502091.
HSL color Cylindrical-coordinate representation of color #8B06CE: hue angle of 279.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B06CE is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 6 | 206 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.19 |
| HSL | 279.9º | 0.94% | 0.42% | - |
| HSV(B) | 279.9º | 0.97% | 0.81% | - |
| XYZ | 21.85 | 10.08 | 59.19 | - |
| YUV | 68.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 206 | 0.33 | 0.97 | 0 | 0.19 | 279.9 | 0.94 | 0.42 |
| Hex | 8B | 6 | CE | 21 | 61 | 0 | 13 | 118 | 5E | 2A |
| Octal | 213 | 6 | 316 | 41 | 141 | 0 | 23 | 430 | 136 | 52 |
| Binary | 10001011 | 110 | 11001110 | 100001 | 1100001 | 0 | 10011 | 100011000 | 1011110 | 101010 |
Color Harmonies of #8B06CE
Complementary color
Monochromatic Colors of #8B06CE
Black with #8B06CE
Text Example
Text Example
White with #8B06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B06CE; }
p { color: rgb(139,6,206); }
H1.HeaderClassName
{
color: #8B06CE;
}
.AnyTagClassName
{
color: #8B06CE;
}
</style>
background-color css
<style>
a { background-color: #8B06CE; }
a { background-color: rgb(139,6,206); }
div.DivClassName
{
background-color: #8B06CE;
}
.BgClassName
{
background-color: #8B06CE;
}
</style>
border-color css
<style>
span { border-color: #8B06CE; }
span { border-color: rgb(139,6,206); }
td.TdClassName
{
border-color: #8B06CE;
}
.TagClassName
{
border-color: #8B06CE;
}
</style>