#88267C

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

Shades of Dark Purple #88267C

Tints of Dark Purple #88267C

Color information

#88267C (or 0x88267C) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 7C. RGB value is (136,38,124). Sum of RGB (Red+Green+Blue) = 136+38+124=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267C is #77D983. Grayscale: #4C4C4C. Windows color (decimal): -7854468 or 8136328. OLE color: 8136328.

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

Color convert

RGB13638124-
CMYK00.720.090.47
HSL307.35º56.32%34.12%-
HSV(B)307.35º72.06%53.33%-
XYZ14.488.0819.86-
YUV77.11154.47170.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=45.64%
G=12.75%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363812400.720.090.47307.3556.3234.12
Hex88267C04892F1333822
Octal21046174011011574637042
Binary100010001001101111100010010001001101111100110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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