#884175

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

Shades of Dark Purple #884175

Tints of Dark Purple #884175

Color information

#884175 (or 0x884175) is unknown color: approx Dark Purple. HEX triplet: 88, 41 and 75. RGB value is (136,65,117). Sum of RGB (Red+Green+Blue) = 136+65+117=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #884175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884175 is #77BE8A. Grayscale: #5C5C5C. Windows color (decimal): -7847563 or 7684488. OLE color: 7684488.

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

Color convert

RGB13665117-
CMYK00.520.140.47
HSL316.06º35.32%39.41%-
HSV(B)316.06º52.21%53.33%-
XYZ15.2510.318.01-
YUV92.16142.02159.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=42.77%
G=20.44%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366511700.520.140.47316.0635.3239.41
Hex884175034E2F13c2327
Octal21010116506416574744347
Binary100010001000001111010101101001110101111100111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884175; }

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

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

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

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

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

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

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

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