#88336C

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

Shades of Dark Purple #88336C

Tints of Dark Purple #88336C

Color information

#88336C (or 0x88336C) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 6C. RGB value is (136,51,108). Sum of RGB (Red+Green+Blue) = 136+51+108=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88336C is #77CC93. Grayscale: #525252. Windows color (decimal): -7851156 or 7091080. OLE color: 7091080.

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

Color convert

RGB13651108-
CMYK00.620.210.47
HSL319.76º45.45%36.67%-
HSV(B)319.76º62.5%53.33%-
XYZ14.048.6815.12-
YUV82.91142.16165.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=46.10%
G=17.29%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365110800.620.210.47319.7645.4536.67
Hex88336C03E152F1402d25
Octal2106315407625575005545
Binary100010001100111101100011111010101101111101000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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