#882F6F

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

Shades of Dark Purple #882F6F

Tints of Dark Purple #882F6F

Color information

#882F6F (or 0x882F6F) is unknown color: approx Dark Purple. HEX triplet: 88, 2F and 6F. RGB value is (136,47,111). Sum of RGB (Red+Green+Blue) = 136+47+111=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #882F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F6F is #77D090. Grayscale: #505050. Windows color (decimal): -7852177 or 7286664. OLE color: 7286664.

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

Color convert

RGB13647111-
CMYK00.650.180.47
HSL316.85º48.63%35.88%-
HSV(B)316.85º65.44%53.33%-
XYZ14.048.4115.92-
YUV80.91144.99167.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=46.26%
G=15.99%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364711100.650.180.47316.8548.6335.88
Hex882F6F041122F13d3124
Octal21057157010122574756144
Binary1000100010111111011110100000110010101111100111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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