#880EBC

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

Shades of Dark Violet #880EBC

Tints of Dark Violet #880EBC

Color information

#880EBC (or 0x880EBC) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and BC. RGB value is (136,14,188). Sum of RGB (Red+Green+Blue) = 136+14+188=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #880EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EBC is #77F143. Grayscale: #454545. Windows color (decimal): -7860548 or 12324488. OLE color: 12324488.

HSL color Cylindrical-coordinate representation of color #880EBC: hue angle of 282.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EBC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13614188-
CMYK0.280.9300.26
HSL282.07º86.14%39.61%-
HSV(B)282.07º92.55%73.73%-
XYZ19.399.1848.33-
YUV70.31194.42174.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=40.24%
G=4.14%
B=55.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136141880.280.9300.26282.0786.1439.61
Hex88EBC1C5D01A11a5628
Octal210162743413503243212650
Binary100010001110101111001110010111010110101000110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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