#882689

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

Shades of Dark Purple #882689

Tints of Dark Purple #882689

Color information

#882689 (or 0x882689) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 89. RGB value is (136,38,137). Sum of RGB (Red+Green+Blue) = 136+38+137=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #882689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882689 is #77D976. Grayscale: #4E4E4E. Windows color (decimal): -7854455 or 8988296. OLE color: 8988296.

HSL color Cylindrical-coordinate representation of color #882689: hue angle of 299.39º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882689 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13638137-
CMYK0.010.7200.46
HSL299.39º56.57%34.31%-
HSV(B)299.39º72.26%53.73%-
XYZ15.368.4324.48-
YUV78.59160.97168.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=43.73%
G=12.22%
B=44.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136381370.010.7200.46299.3956.5734.31
Hex88268914802E12b3922
Octal2104621111100564537142
Binary1000100010011010001001110010000101110100101011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882689; }

 p { color: rgb(136,38,137); }

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

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

 a { background-color: rgb(136,38,137); }

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

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

 span { border-color: rgb(136,38,137); }

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