#880C77

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

Shades of Dark Purple #880C77

Tints of Dark Purple #880C77

Color information

#880C77 (or 0x880C77) is unknown color: approx Dark Purple. HEX triplet: 88, 0C and 77. RGB value is (136,12,119). Sum of RGB (Red+Green+Blue) = 136+12+119=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C77 is #77F388. Grayscale: #3C3C3C. Windows color (decimal): -7861129 or 7801992. OLE color: 7801992.

HSL color Cylindrical-coordinate representation of color #880C77: hue angle of 308.23º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C77 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13612119-
CMYK00.910.120.47
HSL308.23º83.78%29.02%-
HSV(B)308.23º91.18%53.33%-
XYZ13.616.8318.05-
YUV61.27160.58181.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=50.94%
G=4.49%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361211900.910.120.47308.2383.7829.02
Hex88C7705BC2F134541d
Octal210141670133145746412435
Binary1000100011001110111010110111100101111100110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,12,119); }

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

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

 a { background-color: rgb(136,12,119); }

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

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

 span { border-color: rgb(136,12,119); }

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