Shades of Dark Violet #8C0BEB
Tints of Dark Violet #8C0BEB
RGB
CMYK
RGB Variations
Color information
#8C0BEB (or 0x8C0BEB) is known color: Dark Violet. HEX triplet: 8C, 0B and EB. RGB value is (140,11,235). Sum of RGB (Red+Green+Blue) = 140+11+235=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0BEB is #73F414. Grayscale: #4A4A4A. Windows color (decimal): -7599125 or 15403916. OLE color: 15403916.
HSL color Cylindrical-coordinate representation of color #8C0BEB: hue angle of 274.55º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BEB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 11 | 235 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.08 |
| HSL | 274.55º | 0.91% | 0.48% | - |
| HSV(B) | 274.55º | 0.95% | 0.92% | - |
| XYZ | 25.93 | 11.81 | 79.51 | - |
| YUV | 75.11 | 218.24 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 235 | 0.40 | 0.95 | 0 | 0.08 | 274.55 | 0.91 | 0.48 |
| Hex | 8C | B | EB | 28 | 5F | 0 | 8 | 113 | 5B | 30 |
| Octal | 214 | 13 | 353 | 50 | 137 | 0 | 10 | 423 | 133 | 60 |
| Binary | 10001100 | 1011 | 11101011 | 101000 | 1011111 | 0 | 1000 | 100010011 | 1011011 | 110000 |
Color Harmonies of #8C0BEB
Complementary color
Monochromatic Colors of #8C0BEB
Black with #8C0BEB
Text Example
Text Example
White with #8C0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BEB; }
p { color: rgb(140,11,235); }
H1.HeaderClassName
{
color: #8C0BEB;
}
.AnyTagClassName
{
color: #8C0BEB;
}
</style>
background-color css
<style>
a { background-color: #8C0BEB; }
a { background-color: rgb(140,11,235); }
div.DivClassName
{
background-color: #8C0BEB;
}
.BgClassName
{
background-color: #8C0BEB;
}
</style>
border-color css
<style>
span { border-color: #8C0BEB; }
span { border-color: rgb(140,11,235); }
td.TdClassName
{
border-color: #8C0BEB;
}
.TagClassName
{
border-color: #8C0BEB;
}
</style>