#882B85

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

Shades of Dark Purple #882B85

Tints of Dark Purple #882B85

Color information

#882B85 (or 0x882B85) is unknown color: approx Dark Purple. HEX triplet: 88, 2B and 85. RGB value is (136,43,133). Sum of RGB (Red+Green+Blue) = 136+43+133=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #882B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B85 is #77D47A. Grayscale: #505050. Windows color (decimal): -7853179 or 8727432. OLE color: 8727432.

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

Color convert

RGB13643133-
CMYK00.680.020.47
HSL301.94º51.96%35.1%-
HSV(B)301.94º68.38%53.33%-
XYZ15.258.6623.06-
YUV81.07157.31167.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=43.59%
G=13.78%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364313300.680.020.47301.9451.9635.1
Hex882B8504422F12e3423
Octal2105320501042574566443
Binary10001000101011100001010100010010101111100101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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