#882B7B

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

Shades of Dark Purple #882B7B

Tints of Dark Purple #882B7B

Color information

#882B7B (or 0x882B7B) is unknown color: approx Dark Purple. HEX triplet: 88, 2B and 7B. RGB value is (136,43,123). Sum of RGB (Red+Green+Blue) = 136+43+123=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #882B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B7B is #77D484. Grayscale: #4F4F4F. Windows color (decimal): -7853189 or 8072072. OLE color: 8072072.

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

Color convert

RGB13643123-
CMYK00.680.100.47
HSL308.39º51.96%35.1%-
HSV(B)308.39º68.38%53.33%-
XYZ14.598.3919.59-
YUV79.93152.31168-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=45.03%
G=14.24%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364312300.680.100.47308.3951.9635.1
Hex882B7B044A2F1343423
Octal21053173010412574646443
Binary100010001010111111011010001001010101111100110100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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