#88256A

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

Shades of Dark Purple #88256A

Tints of Dark Purple #88256A

Color information

#88256A (or 0x88256A) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 6A. RGB value is (136,37,106). Sum of RGB (Red+Green+Blue) = 136+37+106=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88256A is #77DA95. Grayscale: #4A4A4A. Windows color (decimal): -7854742 or 6956424. OLE color: 6956424.

HSL color Cylindrical-coordinate representation of color #88256A: hue angle of 318.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88256A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13637106-
CMYK00.730.220.47
HSL318.18º57.23%33.92%-
HSV(B)318.18º72.79%53.33%-
XYZ13.427.614.4-
YUV74.47145.8171.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=48.75%
G=13.26%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363710600.730.220.47318.1857.2333.92
Hex88256A049162F13e3922
Octal21045152011126574767142
Binary1000100010010111010100100100110110101111100111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88256A; }

 p { color: rgb(136,37,106); }

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

<style>
 a { background-color: #88256A; }

 a { background-color: rgb(136,37,106); }

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

<style>
 span { border-color: #88256A; }

 span { border-color: rgb(136,37,106); }

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