#88097E

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

Shades of Purple #88097E

Tints of Purple #88097E

Color information

#88097E (or 0x88097E) is unknown color: approx Purple. HEX triplet: 88, 09 and 7E. RGB value is (136,9,126). Sum of RGB (Red+Green+Blue) = 136+9+126=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88097E is #77F681. Grayscale: #3B3B3B. Windows color (decimal): -7861890 or 8259976. OLE color: 8259976.

HSL color Cylindrical-coordinate representation of color #88097E: hue angle of 304.72º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88097E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB1369126-
CMYK00.930.070.47
HSL304.72º87.59%28.43%-
HSV(B)304.72º93.38%53.33%-
XYZ14.026.9420.34-
YUV60.31165.08181.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=50.18%
G=3.32%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136912600.930.070.47304.7287.5928.43
Hex8897E05D72F131581c
Octal21011176013575746113034
Binary100010001001111111001011101111101111100110001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88097E; }

 p { color: rgb(136,9,126); }

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

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

 a { background-color: rgb(136,9,126); }

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

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

 span { border-color: rgb(136,9,126); }

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