#882389

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

Shades of Dark Purple #882389

Tints of Dark Purple #882389

Color information

#882389 (or 0x882389) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 89. RGB value is (136,35,137). Sum of RGB (Red+Green+Blue) = 136+35+137=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #882389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882389 is #77DC76. Grayscale: #4C4C4C. Windows color (decimal): -7855223 or 8987528. OLE color: 8987528.

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

Color convert

RGB13635137-
CMYK0.010.7400.46
HSL299.41º59.3%33.73%-
HSV(B)299.41º74.45%53.73%-
XYZ15.278.2424.45-
YUV76.83161.96170.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=44.16%
G=11.36%
B=44.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136351370.010.7400.46299.4159.333.73
Hex88238914A02E12b3b22
Octal2104321111120564537342
Binary1000100010001110001001110010100101110100101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882389; }

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

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

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

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

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

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

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

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