#88266F

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

Shades of Dark Purple #88266F

Tints of Dark Purple #88266F

Color information

#88266F (or 0x88266F) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 6F. RGB value is (136,38,111). Sum of RGB (Red+Green+Blue) = 136+38+111=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88266F is #77D990. Grayscale: #4B4B4B. Windows color (decimal): -7854481 or 7284360. OLE color: 7284360.

HSL color Cylindrical-coordinate representation of color #88266F: hue angle of 315.31º 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 #88266F is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13638111-
CMYK00.720.180.47
HSL315.31º56.32%34.12%-
HSV(B)315.31º72.06%53.33%-
XYZ13.727.7715.82-
YUV75.62147.97171.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=47.72%
G=13.33%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363811100.720.180.47315.3156.3234.12
Hex88266F048122F13b3822
Octal21046157011022574737042
Binary1000100010011011011110100100010010101111100111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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