#882F6E

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

Shades of Dark Purple #882F6E

Tints of Dark Purple #882F6E

Color information

#882F6E (or 0x882F6E) is unknown color: approx Dark Purple. HEX triplet: 88, 2F and 6E. RGB value is (136,47,110). Sum of RGB (Red+Green+Blue) = 136+47+110=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #882F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F6E is #77D091. Grayscale: #505050. Windows color (decimal): -7852178 or 7221128. OLE color: 7221128.

HSL color Cylindrical-coordinate representation of color #882F6E: hue angle of 317.53º 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 #882F6E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13647110-
CMYK00.650.190.47
HSL317.53º48.63%35.88%-
HSV(B)317.53º65.44%53.33%-
XYZ13.988.3915.63-
YUV80.79144.49167.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=46.42%
G=16.04%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364711000.650.190.47317.5348.6335.88
Hex882F6E041132F13e3124
Octal21057156010123574766144
Binary1000100010111111011100100000110011101111100111110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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