#88267E

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

Shades of Dark Purple #88267E

Tints of Dark Purple #88267E

Color information

#88267E (or 0x88267E) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 7E. RGB value is (136,38,126). Sum of RGB (Red+Green+Blue) = 136+38+126=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267E is #77D981. Grayscale: #4D4D4D. Windows color (decimal): -7854466 or 8267400. OLE color: 8267400.

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

Color convert

RGB13638126-
CMYK00.720.070.47
HSL306.12º56.32%34.12%-
HSV(B)306.12º72.06%53.33%-
XYZ14.618.1320.54-
YUV77.33155.47169.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 126 (49.61% from 255) = 42%
R=45.33%
G=12.67%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363812600.720.070.47306.1256.3234.12
Hex88267E04872F1323822
Octal2104617601107574627042
Binary10001000100110111111001001000111101111100110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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