Shades of Dark Violet #8B07CE
Tints of Dark Violet #8B07CE
RGB
CMYK
RGB Variations
Color information
#8B07CE (or 0x8B07CE) is known color: Dark Violet. HEX triplet: 8B, 07 and CE. RGB value is (139,7,206). Sum of RGB (Red+Green+Blue) = 139+7+206=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07CE is #74F831. Grayscale: #444444. Windows color (decimal): -7665714 or 13502347. OLE color: 13502347.
HSL color Cylindrical-coordinate representation of color #8B07CE: hue angle of 279.8º degrees, saturation: 0.93, 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 #8B07CE is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 7 | 206 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.19 |
| HSL | 279.8º | 0.93% | 0.42% | - |
| HSV(B) | 279.8º | 0.97% | 0.81% | - |
| XYZ | 21.86 | 10.1 | 59.19 | - |
| YUV | 69.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 206 | 0.33 | 0.97 | 0 | 0.19 | 279.8 | 0.93 | 0.42 |
| Hex | 8B | 7 | CE | 21 | 61 | 0 | 13 | 118 | 5D | 2A |
| Octal | 213 | 7 | 316 | 41 | 141 | 0 | 23 | 430 | 135 | 52 |
| Binary | 10001011 | 111 | 11001110 | 100001 | 1100001 | 0 | 10011 | 100011000 | 1011101 | 101010 |
Color Harmonies of #8B07CE
Complementary color
Monochromatic Colors of #8B07CE
Black with #8B07CE
Text Example
Text Example
White with #8B07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B07CE; }
p { color: rgb(139,7,206); }
H1.HeaderClassName
{
color: #8B07CE;
}
.AnyTagClassName
{
color: #8B07CE;
}
</style>
background-color css
<style>
a { background-color: #8B07CE; }
a { background-color: rgb(139,7,206); }
div.DivClassName
{
background-color: #8B07CE;
}
.BgClassName
{
background-color: #8B07CE;
}
</style>
border-color css
<style>
span { border-color: #8B07CE; }
span { border-color: rgb(139,7,206); }
td.TdClassName
{
border-color: #8B07CE;
}
.TagClassName
{
border-color: #8B07CE;
}
</style>