#88226C

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

Shades of Dark Purple #88226C

Tints of Dark Purple #88226C

Color information

#88226C (or 0x88226C) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 6C. RGB value is (136,34,108). Sum of RGB (Red+Green+Blue) = 136+34+108=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88226C is #77DD93. Grayscale: #484848. Windows color (decimal): -7855508 or 7086728. OLE color: 7086728.

HSL color Cylindrical-coordinate representation of color #88226C: hue angle of 316.47º 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 #88226C is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13634108-
CMYK00.750.210.47
HSL316.47º60%33.33%-
HSV(B)316.47º75%53.33%-
XYZ13.437.4614.92-
YUV72.93147.79172.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=48.92%
G=12.23%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363410800.750.210.47316.476033.33
Hex88226C04B152F13c3c21
Octal21042154011325574747441
Binary1000100010001011011000100101110101101111100111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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