#880DE4

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

Shades of Dark Violet #880DE4

Tints of Dark Violet #880DE4

Color information

#880DE4 (or 0x880DE4) is unknown color: approx Dark Violet. HEX triplet: 88, 0D and E4. RGB value is (136,13,228). Sum of RGB (Red+Green+Blue) = 136+13+228=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 228 (89.45% from 255 or 60.48% from 377); Max value from RGB is 228 - color contains mainly: blue. Hex color #880DE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DE4 is #77F21B. Grayscale: #494949. Windows color (decimal): -7860764 or 14945672. OLE color: 14945672.

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

Color convert

RGB13613228-
CMYK0.400.9400.11
HSL274.33º89.21%47.25%-
HSV(B)274.33º94.3%89.41%-
XYZ24.311.1274.27-
YUV74.29214.75172.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 13 (5.47% from 255) = 3.45%
BLUE value IS 228 (89.45% from 255) = 60.48%
R=36.07%
G=3.45%
B=60.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal136132280.400.9400.11274.3389.2147.25
Hex88DE4285E0B112592f
Octal210153445013601342213157
Binary100010001101111001001010001011110010111000100101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,13,228); }

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

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

 a { background-color: rgb(136,13,228); }

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

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

 span { border-color: rgb(136,13,228); }

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