#882A6C

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

Shades of Dark Purple #882A6C

Tints of Dark Purple #882A6C

Color information

#882A6C (or 0x882A6C) is unknown color: approx Dark Purple. HEX triplet: 88, 2A and 6C. RGB value is (136,42,108). Sum of RGB (Red+Green+Blue) = 136+42+108=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #882A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882A6C is #77D593. Grayscale: #4D4D4D. Windows color (decimal): -7853460 or 7088776. OLE color: 7088776.

HSL color Cylindrical-coordinate representation of color #882A6C: hue angle of 317.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A6C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13642108-
CMYK00.690.210.47
HSL317.87º52.81%34.9%-
HSV(B)317.87º69.12%53.33%-
XYZ13.697.9715-
YUV77.63145.14169.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=47.55%
G=14.69%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364210800.690.210.47317.8752.8134.9
Hex882A6C045152F13e3523
Octal21052154010525574766543
Binary1000100010101011011000100010110101101111100111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,42,108); }

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

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

 a { background-color: rgb(136,42,108); }

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

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

 span { border-color: rgb(136,42,108); }

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