#884177

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

Shades of Dark Purple #884177

Tints of Dark Purple #884177

Color information

#884177 (or 0x884177) is unknown color: approx Dark Purple. HEX triplet: 88, 41 and 77. RGB value is (136,65,119). Sum of RGB (Red+Green+Blue) = 136+65+119=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884177 is #77BE88. Grayscale: #5C5C5C. Windows color (decimal): -7847561 or 7815560. OLE color: 7815560.

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

Color convert

RGB13665119-
CMYK00.520.120.47
HSL314.37º35.32%39.41%-
HSV(B)314.37º52.21%53.33%-
XYZ15.3710.3518.64-
YUV92.38143.02159.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=42.5%
G=20.31%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366511900.520.120.47314.3735.3239.41
Hex884177034C2F13a2327
Octal21010116706414574724347
Binary100010001000001111011101101001100101111100111010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884177; }

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

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

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

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

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

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

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

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