#88376F

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

Shades of Dark Purple #88376F

Tints of Dark Purple #88376F

Color information

#88376F (or 0x88376F) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 6F. RGB value is (136,55,111). Sum of RGB (Red+Green+Blue) = 136+55+111=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88376F is #77C890. Grayscale: #555555. Windows color (decimal): -7850129 or 7288712. OLE color: 7288712.

HSL color Cylindrical-coordinate representation of color #88376F: hue angle of 318.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88376F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13655111-
CMYK00.600.180.47
HSL318.52º42.41%37.45%-
HSV(B)318.52º59.56%53.33%-
XYZ14.399.1116.04-
YUV85.6142.34163.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=45.03%
G=18.21%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365511100.600.180.47318.5242.4137.45
Hex88376F03C122F13f2a25
Octal2106715707422574775245
Binary100010001101111101111011110010010101111100111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88376F; }

 p { color: rgb(136,55,111); }

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

<style>
 a { background-color: #88376F; }

 a { background-color: rgb(136,55,111); }

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

<style>
 span { border-color: #88376F; }

 span { border-color: rgb(136,55,111); }

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