Shades of Dark Violet #880CEB
Tints of Dark Violet #880CEB
RGB
CMYK
RGB Variations
Color information
#880CEB (or 0x880CEB) is known color: Dark Violet. HEX triplet: 88, 0C and EB. RGB value is (136,12,235). Sum of RGB (Red+Green+Blue) = 136+12+235=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #880CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CEB is #77F314. Grayscale: #494949. Windows color (decimal): -7861013 or 15404168. OLE color: 15404168.
HSL color Cylindrical-coordinate representation of color #880CEB: hue angle of 273.36º degrees, saturation: 0.9, 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 #880CEB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 12 | 235 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.08 |
| HSL | 273.36º | 0.9% | 0.48% | - |
| HSV(B) | 273.36º | 0.95% | 0.92% | - |
| XYZ | 25.28 | 11.5 | 79.48 | - |
| YUV | 74.5 | 218.58 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 235 | 0.42 | 0.95 | 0 | 0.08 | 273.36 | 0.9 | 0.48 |
| Hex | 88 | C | EB | 2A | 5F | 0 | 8 | 111 | 5A | 30 |
| Octal | 210 | 14 | 353 | 52 | 137 | 0 | 10 | 421 | 132 | 60 |
| Binary | 10001000 | 1100 | 11101011 | 101010 | 1011111 | 0 | 1000 | 100010001 | 1011010 | 110000 |
Color Harmonies of #880CEB
Complementary color
Monochromatic Colors of #880CEB
Black with #880CEB
Text Example
Text Example
White with #880CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CEB; }
p { color: rgb(136,12,235); }
H1.HeaderClassName
{
color: #880CEB;
}
.AnyTagClassName
{
color: #880CEB;
}
</style>
background-color css
<style>
a { background-color: #880CEB; }
a { background-color: rgb(136,12,235); }
div.DivClassName
{
background-color: #880CEB;
}
.BgClassName
{
background-color: #880CEB;
}
</style>
border-color css
<style>
span { border-color: #880CEB; }
span { border-color: rgb(136,12,235); }
td.TdClassName
{
border-color: #880CEB;
}
.TagClassName
{
border-color: #880CEB;
}
</style>