#882B6C

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

Shades of Dark Purple #882B6C

Tints of Dark Purple #882B6C

Color information

#882B6C (or 0x882B6C) is unknown color: approx Dark Purple. HEX triplet: 88, 2B and 6C. RGB value is (136,43,108). Sum of RGB (Red+Green+Blue) = 136+43+108=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #882B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B6C is #77D493. Grayscale: #4E4E4E. Windows color (decimal): -7853204 or 7089032. OLE color: 7089032.

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

Color convert

RGB13643108-
CMYK00.680.210.47
HSL318.06º51.96%35.1%-
HSV(B)318.06º68.38%53.33%-
XYZ13.728.0415.02-
YUV78.22144.81169.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=47.39%
G=14.98%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364310800.680.210.47318.0651.9635.1
Hex882B6C044152F13e3423
Octal21053154010425574766443
Binary1000100010101111011000100010010101101111100111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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