#880EE0

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

Shades of Dark Violet #880EE0

Tints of Dark Violet #880EE0

Color information

#880EE0 (or 0x880EE0) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and E0. RGB value is (136,14,224). Sum of RGB (Red+Green+Blue) = 136+14+224=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #880EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EE0 is #77F11F. Grayscale: #494949. Windows color (decimal): -7860512 or 14683784. OLE color: 14683784.

HSL color Cylindrical-coordinate representation of color #880EE0: hue angle of 274.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EE0 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13614224-
CMYK0.390.9400.12
HSL274.86º88.24%46.67%-
HSV(B)274.86º93.75%87.84%-
XYZ23.7610.9371.38-
YUV74.42212.42171.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 14 (5.86% from 255) = 3.74%
BLUE value IS 224 (87.89% from 255) = 59.89%
R=36.36%
G=3.74%
B=59.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136142240.390.9400.12274.8688.2446.67
Hex88EE0275E0C113582f
Octal210163404713601442313057
Binary100010001110111000001001111011110011001000100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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