#882F75

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

Shades of Dark Purple #882F75

Tints of Dark Purple #882F75

Color information

#882F75 (or 0x882F75) is unknown color: approx Dark Purple. HEX triplet: 88, 2F and 75. RGB value is (136,47,117). Sum of RGB (Red+Green+Blue) = 136+47+117=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #882F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F75 is #77D08A. Grayscale: #515151. Windows color (decimal): -7852171 or 7679880. OLE color: 7679880.

HSL color Cylindrical-coordinate representation of color #882F75: hue angle of 312.81º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F75 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13647117-
CMYK00.650.140.47
HSL312.81º48.63%35.88%-
HSV(B)312.81º65.44%53.33%-
XYZ14.388.5517.72-
YUV81.59147.99166.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 47 (18.75% from 255) = 15.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=45.33%
G=15.67%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364711700.650.140.47312.8148.6335.88
Hex882F75041E2F1393124
Octal21057165010116574716144
Binary100010001011111110101010000011110101111100111001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882F75; }

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

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

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

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

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

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

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

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