#88296A

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

Shades of Dark Purple #88296A

Tints of Dark Purple #88296A

Color information

#88296A (or 0x88296A) is unknown color: approx Dark Purple. HEX triplet: 88, 29 and 6A. RGB value is (136,41,106). Sum of RGB (Red+Green+Blue) = 136+41+106=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88296A is #77D695. Grayscale: #4C4C4C. Windows color (decimal): -7853718 or 6957448. OLE color: 6957448.

HSL color Cylindrical-coordinate representation of color #88296A: hue angle of 318.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88296A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13641106-
CMYK00.700.220.47
HSL318.95º53.67%34.71%-
HSV(B)318.95º69.85%53.33%-
XYZ13.557.8614.44-
YUV76.82144.47170.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=48.06%
G=14.49%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364110600.700.220.47318.9553.6734.71
Hex88296A046162F13f3623
Octal21051152010626574776643
Binary1000100010100111010100100011010110101111100111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88296A; }

 p { color: rgb(136,41,106); }

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

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

 a { background-color: rgb(136,41,106); }

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

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

 span { border-color: rgb(136,41,106); }

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