#880EDB

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

Shades of Dark Violet #880EDB

Tints of Dark Violet #880EDB

Color information

#880EDB (or 0x880EDB) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and DB. RGB value is (136,14,219). Sum of RGB (Red+Green+Blue) = 136+14+219=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #880EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EDB is #77F124. Grayscale: #494949. Windows color (decimal): -7860517 or 14356104. OLE color: 14356104.

HSL color Cylindrical-coordinate representation of color #880EDB: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EDB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13614219-
CMYK0.380.9400.14
HSL275.71º87.98%45.69%-
HSV(B)275.71º93.61%85.88%-
XYZ23.110.6667.86-
YUV73.85209.92172.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 14 (5.86% from 255) = 3.79%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=36.86%
G=3.79%
B=59.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136142190.380.9400.14275.7187.9845.69
Hex88EDB265E0E114582e
Octal210163334613601642413056
Binary100010001110110110111001101011110011101000101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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