#88227C

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

Shades of Dark Purple #88227C

Tints of Dark Purple #88227C

Color information

#88227C (or 0x88227C) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 7C. RGB value is (136,34,124). Sum of RGB (Red+Green+Blue) = 136+34+124=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88227C is #77DD83. Grayscale: #4A4A4A. Windows color (decimal): -7855492 or 8135304. OLE color: 8135304.

HSL color Cylindrical-coordinate representation of color #88227C: hue angle of 307.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88227C is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13634124-
CMYK00.750.090.47
HSL307.06º60%33.33%-
HSV(B)307.06º75%53.33%-
XYZ14.367.8319.82-
YUV74.76155.79171.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=46.26%
G=11.56%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363412400.750.090.47307.066033.33
Hex88227C04B92F1333c21
Octal21042174011311574637441
Binary100010001000101111100010010111001101111100110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88227C; }

 p { color: rgb(136,34,124); }

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

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

 a { background-color: rgb(136,34,124); }

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

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

 span { border-color: rgb(136,34,124); }

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