#884178

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

Shades of Dark Purple #884178

Tints of Dark Purple #884178

Color information

#884178 (or 0x884178) is unknown color: approx Dark Purple. HEX triplet: 88, 41 and 78. RGB value is (136,65,120). Sum of RGB (Red+Green+Blue) = 136+65+120=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884178 is #77BE87. Grayscale: #5C5C5C. Windows color (decimal): -7847560 or 7881096. OLE color: 7881096.

HSL color Cylindrical-coordinate representation of color #884178: hue angle of 313.52º 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 #884178 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13665120-
CMYK00.520.120.47
HSL313.52º35.32%39.41%-
HSV(B)313.52º52.21%53.33%-
XYZ15.4310.3718.96-
YUV92.5143.52159.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=42.37%
G=20.25%
B=37.38%

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
Decimal1366512000.520.120.47313.5235.3239.41
Hex884178034C2F13a2327
Octal21010117006414574724347
Binary100010001000001111100001101001100101111100111010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884178; }

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

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

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

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

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

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

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

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