#880EC5

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

Shades of Dark Violet #880EC5

Tints of Dark Violet #880EC5

Color information

#880EC5 (or 0x880EC5) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and C5. RGB value is (136,14,197). Sum of RGB (Red+Green+Blue) = 136+14+197=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #880EC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EC5 is #77F13A. Grayscale: #464646. Windows color (decimal): -7860539 or 12914312. OLE color: 12914312.

HSL color Cylindrical-coordinate representation of color #880EC5: hue angle of 280º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EC5 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13614197-
CMYK0.310.9300.23
HSL280º86.73%41.37%-
HSV(B)280º92.89%77.25%-
XYZ20.399.5853.6-
YUV71.34198.92174.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 197 (77.34% from 255) = 56.77%
R=39.19%
G=4.03%
B=56.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal136141970.310.9300.2328086.7341.37
Hex88EC51F5D0171185729
Octal210163053713502743012751
Binary100010001110110001011111110111010101111000110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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