Shades of Dark Violet #8B07BC
Tints of Dark Violet #8B07BC
RGB
CMYK
RGB Variations
Color information
#8B07BC (or 0x8B07BC) is known color: Dark Violet. HEX triplet: 8B, 07 and BC. RGB value is (139,7,188). Sum of RGB (Red+Green+Blue) = 139+7+188=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07BC is #74F843. Grayscale: #424242. Windows color (decimal): -7665732 or 12322699. OLE color: 12322699.
HSL color Cylindrical-coordinate representation of color #8B07BC: hue angle of 283.76º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B07BC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 7 | 188 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.26 |
| HSL | 283.76º | 0.93% | 0.38% | - |
| HSV(B) | 283.76º | 0.96% | 0.74% | - |
| XYZ | 19.8 | 9.27 | 48.32 | - |
| YUV | 67.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 188 | 0.26 | 0.96 | 0 | 0.26 | 283.76 | 0.93 | 0.38 |
| Hex | 8B | 7 | BC | 1A | 60 | 0 | 1A | 11C | 5D | 26 |
| Octal | 213 | 7 | 274 | 32 | 140 | 0 | 32 | 434 | 135 | 46 |
| Binary | 10001011 | 111 | 10111100 | 11010 | 1100000 | 0 | 11010 | 100011100 | 1011101 | 100110 |
Color Harmonies of #8B07BC
Complementary color
Monochromatic Colors of #8B07BC
Black with #8B07BC
Text Example
Text Example
White with #8B07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B07BC; }
p { color: rgb(139,7,188); }
H1.HeaderClassName
{
color: #8B07BC;
}
.AnyTagClassName
{
color: #8B07BC;
}
</style>
background-color css
<style>
a { background-color: #8B07BC; }
a { background-color: rgb(139,7,188); }
div.DivClassName
{
background-color: #8B07BC;
}
.BgClassName
{
background-color: #8B07BC;
}
</style>
border-color css
<style>
span { border-color: #8B07BC; }
span { border-color: rgb(139,7,188); }
td.TdClassName
{
border-color: #8B07BC;
}
.TagClassName
{
border-color: #8B07BC;
}
</style>