Shades of Dark Violet #8B0ECB
Tints of Dark Violet #8B0ECB
RGB
CMYK
RGB Variations
Color information
#8B0ECB (or 0x8B0ECB) is known color: Dark Violet. HEX triplet: 8B, 0E and CB. RGB value is (139,14,203). Sum of RGB (Red+Green+Blue) = 139+14+203=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B0ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0ECB is #74F134. Grayscale: #484848. Windows color (decimal): -7663925 or 13307531. OLE color: 13307531.
HSL color Cylindrical-coordinate representation of color #8B0ECB: hue angle of 279.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0ECB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 14 | 203 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.20 |
| HSL | 279.68º | 0.87% | 0.43% | - |
| HSV(B) | 279.68º | 0.93% | 0.8% | - |
| XYZ | 21.58 | 10.11 | 57.31 | - |
| YUV | 72.92 | 201.41 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 203 | 0.32 | 0.93 | 0 | 0.20 | 279.68 | 0.87 | 0.43 |
| Hex | 8B | E | CB | 20 | 5D | 0 | 14 | 118 | 57 | 2B |
| Octal | 213 | 16 | 313 | 40 | 135 | 0 | 24 | 430 | 127 | 53 |
| Binary | 10001011 | 1110 | 11001011 | 100000 | 1011101 | 0 | 10100 | 100011000 | 1010111 | 101011 |
Color Harmonies of #8B0ECB
Complementary color
Monochromatic Colors of #8B0ECB
Black with #8B0ECB
Text Example
Text Example
White with #8B0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0ECB; }
p { color: rgb(139,14,203); }
H1.HeaderClassName
{
color: #8B0ECB;
}
.AnyTagClassName
{
color: #8B0ECB;
}
</style>
background-color css
<style>
a { background-color: #8B0ECB; }
a { background-color: rgb(139,14,203); }
div.DivClassName
{
background-color: #8B0ECB;
}
.BgClassName
{
background-color: #8B0ECB;
}
</style>
border-color css
<style>
span { border-color: #8B0ECB; }
span { border-color: rgb(139,14,203); }
td.TdClassName
{
border-color: #8B0ECB;
}
.TagClassName
{
border-color: #8B0ECB;
}
</style>