#880EC1

Color #880EC1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #880EC1

Tints of Dark Violet #880EC1

Color information

#880EC1 (or 0x880EC1) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and C1. RGB value is (136,14,193). Sum of RGB (Red+Green+Blue) = 136+14+193=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #880EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EC1 is #77F13E. Grayscale: #464646. Windows color (decimal): -7860543 or 12652168. OLE color: 12652168.

HSL color Cylindrical-coordinate representation of color #880EC1: hue angle of 280.89º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EC1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13614193-
CMYK0.300.9300.24
HSL280.89º86.47%40.59%-
HSV(B)280.89º92.75%75.69%-
XYZ19.949.451.22-
YUV70.88196.92174.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 14 (5.86% from 255) = 4.08%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=39.65%
G=4.08%
B=56.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136141930.300.9300.24280.8986.4740.59
Hex88EC11E5D0181195629
Octal210163013613503043112651
Binary100010001110110000011111010111010110001000110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880EC1; }

 p { color: rgb(136,14,193); }

 H1.HeaderClassName
 {
   color: #880EC1;
 }
 .AnyTagClassName
 {
   color: #880EC1;
 }
</style>
background-color css

<style>
 a { background-color: #880EC1; }

 a { background-color: rgb(136,14,193); }

 div.DivClassName
 {
   background-color: #880EC1;
 }
 .BgClassName
 {
   background-color: #880EC1;
 }
</style>
border-color css

<style>
 span { border-color: #880EC1; }

 span { border-color: rgb(136,14,193); }

 td.TdClassName
 {
   border-color: #880EC1;
 }
 .TagClassName
 {
   border-color: #880EC1;
 }
</style>