#88336E

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

Shades of Dark Purple #88336E

Tints of Dark Purple #88336E

Color information

#88336E (or 0x88336E) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 6E. RGB value is (136,51,110). Sum of RGB (Red+Green+Blue) = 136+51+110=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88336E is #77CC91. Grayscale: #525252. Windows color (decimal): -7851154 or 7222152. OLE color: 7222152.

HSL color Cylindrical-coordinate representation of color #88336E: hue angle of 318.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88336E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13651110-
CMYK00.620.190.47
HSL318.35º45.45%36.67%-
HSV(B)318.35º62.5%53.33%-
XYZ14.158.7315.69-
YUV83.14143.16165.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=45.79%
G=17.17%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365111000.620.190.47318.3545.4536.67
Hex88336E03E132F13e2d25
Octal2106315607623574765545
Binary100010001100111101110011111010011101111100111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,51,110); }

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

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

 a { background-color: rgb(136,51,110); }

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

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

 span { border-color: rgb(136,51,110); }

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