Shades of Dark Violet #8B02EC
Tints of Dark Violet #8B02EC
RGB
CMYK
RGB Variations
Color information
#8B02EC (or 0x8B02EC) is known color: Dark Violet. HEX triplet: 8B, 02 and EC. RGB value is (139,2,236). Sum of RGB (Red+Green+Blue) = 139+2+236=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B02EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B02EC is #74FD13. Grayscale: #444444. Windows color (decimal): -7666964 or 15467147. OLE color: 15467147.
HSL color Cylindrical-coordinate representation of color #8B02EC: hue angle of 275.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B02EC is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 2 | 236 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.07 |
| HSL | 275.13º | 0.98% | 0.47% | - |
| HSV(B) | 275.13º | 0.99% | 0.93% | - |
| XYZ | 25.81 | 11.59 | 80.23 | - |
| YUV | 69.64 | 221.89 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 236 | 0.41 | 0.99 | 0 | 0.07 | 275.13 | 0.98 | 0.47 |
| Hex | 8B | 2 | EC | 29 | 63 | 0 | 7 | 113 | 62 | 2F |
| Octal | 213 | 2 | 354 | 51 | 143 | 0 | 7 | 423 | 142 | 57 |
| Binary | 10001011 | 10 | 11101100 | 101001 | 1100011 | 0 | 111 | 100010011 | 1100010 | 101111 |
Color Harmonies of #8B02EC
Complementary color
Monochromatic Colors of #8B02EC
Black with #8B02EC
Text Example
Text Example
White with #8B02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B02EC; }
p { color: rgb(139,2,236); }
H1.HeaderClassName
{
color: #8B02EC;
}
.AnyTagClassName
{
color: #8B02EC;
}
</style>
background-color css
<style>
a { background-color: #8B02EC; }
a { background-color: rgb(139,2,236); }
div.DivClassName
{
background-color: #8B02EC;
}
.BgClassName
{
background-color: #8B02EC;
}
</style>
border-color css
<style>
span { border-color: #8B02EC; }
span { border-color: rgb(139,2,236); }
td.TdClassName
{
border-color: #8B02EC;
}
.TagClassName
{
border-color: #8B02EC;
}
</style>