#884176

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

Shades of Dark Purple #884176

Tints of Dark Purple #884176

Color information

#884176 (or 0x884176) is unknown color: approx Dark Purple. HEX triplet: 88, 41 and 76. RGB value is (136,65,118). Sum of RGB (Red+Green+Blue) = 136+65+118=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884176 is #77BE89. Grayscale: #5C5C5C. Windows color (decimal): -7847562 or 7750024. OLE color: 7750024.

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

Color convert

RGB13665118-
CMYK00.520.130.47
HSL315.21º35.32%39.41%-
HSV(B)315.21º52.21%53.33%-
XYZ15.3110.3218.32-
YUV92.27142.52159.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=42.63%
G=20.38%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366511800.520.130.47315.2135.3239.41
Hex884176034D2F13b2327
Octal21010116606415574734347
Binary100010001000001111011001101001101101111100111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884176; }

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

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

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

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

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

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

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

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