Shades of Dark Violet #8B07CB
Tints of Dark Violet #8B07CB
RGB
CMYK
RGB Variations
Color information
#8B07CB (or 0x8B07CB) is known color: Dark Violet. HEX triplet: 8B, 07 and CB. RGB value is (139,7,203). Sum of RGB (Red+Green+Blue) = 139+7+203=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07CB is #74F834. Grayscale: #444444. Windows color (decimal): -7665717 or 13305739. OLE color: 13305739.
HSL color Cylindrical-coordinate representation of color #8B07CB: hue angle of 280.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B07CB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 7 | 203 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.20 |
| HSL | 280.41º | 0.93% | 0.41% | - |
| HSV(B) | 280.41º | 0.97% | 0.8% | - |
| XYZ | 21.5 | 9.95 | 57.29 | - |
| YUV | 68.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 203 | 0.32 | 0.97 | 0 | 0.20 | 280.41 | 0.93 | 0.41 |
| Hex | 8B | 7 | CB | 20 | 61 | 0 | 14 | 118 | 5D | 29 |
| Octal | 213 | 7 | 313 | 40 | 141 | 0 | 24 | 430 | 135 | 51 |
| Binary | 10001011 | 111 | 11001011 | 100000 | 1100001 | 0 | 10100 | 100011000 | 1011101 | 101001 |
Color Harmonies of #8B07CB
Complementary color
Monochromatic Colors of #8B07CB
Black with #8B07CB
Text Example
Text Example
White with #8B07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B07CB; }
p { color: rgb(139,7,203); }
H1.HeaderClassName
{
color: #8B07CB;
}
.AnyTagClassName
{
color: #8B07CB;
}
</style>
background-color css
<style>
a { background-color: #8B07CB; }
a { background-color: rgb(139,7,203); }
div.DivClassName
{
background-color: #8B07CB;
}
.BgClassName
{
background-color: #8B07CB;
}
</style>
border-color css
<style>
span { border-color: #8B07CB; }
span { border-color: rgb(139,7,203); }
td.TdClassName
{
border-color: #8B07CB;
}
.TagClassName
{
border-color: #8B07CB;
}
</style>