#88017D

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

Shades of Purple #88017D

Tints of Purple #88017D

Color information

#88017D (or 0x88017D) is unknown color: approx Purple. HEX triplet: 88, 01 and 7D. RGB value is (136,1,125). Sum of RGB (Red+Green+Blue) = 136+1+125=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88017D is #77FE82. Grayscale: #373737. Windows color (decimal): -7863939 or 8192392. OLE color: 8192392.

HSL color Cylindrical-coordinate representation of color #88017D: hue angle of 304.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88017D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB1361125-
CMYK00.990.080.47
HSL304.89º98.54%26.86%-
HSV(B)304.89º99.26%53.33%-
XYZ13.876.7419.97-
YUV55.5167.23185.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=51.91%
G=0.38%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136112500.990.080.47304.8998.5426.86
Hex8817D06382F131631b
Octal21011750143105746114333
Binary1000100011111101011000111000101111100110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88017D; }

 p { color: rgb(136,1,125); }

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

<style>
 a { background-color: #88017D; }

 a { background-color: rgb(136,1,125); }

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

<style>
 span { border-color: #88017D; }

 span { border-color: rgb(136,1,125); }

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