Shades of Dark Violet #880CE7
Tints of Dark Violet #880CE7
RGB
CMYK
RGB Variations
Color information
#880CE7 (or 0x880CE7) is known color: Dark Violet. HEX triplet: 88, 0C and E7. RGB value is (136,12,231). Sum of RGB (Red+Green+Blue) = 136+12+231=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #880CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CE7 is #77F318. Grayscale: #494949. Windows color (decimal): -7861017 or 15142024. OLE color: 15142024.
HSL color Cylindrical-coordinate representation of color #880CE7: hue angle of 273.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CE7 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 12 | 231 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.09 |
| HSL | 273.97º | 0.9% | 0.48% | - |
| HSV(B) | 273.97º | 0.95% | 0.91% | - |
| XYZ | 24.71 | 11.27 | 76.47 | - |
| YUV | 74.04 | 216.58 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 231 | 0.41 | 0.95 | 0 | 0.09 | 273.97 | 0.9 | 0.48 |
| Hex | 88 | C | E7 | 29 | 5F | 0 | 9 | 112 | 5A | 30 |
| Octal | 210 | 14 | 347 | 51 | 137 | 0 | 11 | 422 | 132 | 60 |
| Binary | 10001000 | 1100 | 11100111 | 101001 | 1011111 | 0 | 1001 | 100010010 | 1011010 | 110000 |
Color Harmonies of #880CE7
Complementary color
Monochromatic Colors of #880CE7
Black with #880CE7
Text Example
Text Example
White with #880CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CE7; }
p { color: rgb(136,12,231); }
H1.HeaderClassName
{
color: #880CE7;
}
.AnyTagClassName
{
color: #880CE7;
}
</style>
background-color css
<style>
a { background-color: #880CE7; }
a { background-color: rgb(136,12,231); }
div.DivClassName
{
background-color: #880CE7;
}
.BgClassName
{
background-color: #880CE7;
}
</style>
border-color css
<style>
span { border-color: #880CE7; }
span { border-color: rgb(136,12,231); }
td.TdClassName
{
border-color: #880CE7;
}
.TagClassName
{
border-color: #880CE7;
}
</style>