Html Css Color HEX #88017D Purple

📋 copy color: '#88017D'

red 136 ◦ green 1 ◦ blue 125

#88017D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #88017D

Tints of Purple #88017D

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 value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88017D (or 0x88017D) is known color: 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

RGB 136 1 125 -
CMYK 0 0.99 0.08 0.47
HSL 304.89º 0.99% 0.27% -
HSV(B) 304.89º 0.99% 0.53% -
XYZ 13.87 6.74 19.97 -
YUV 55.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 136 1 125 0 0.99 0.08 0.47 304.89 0.99 0.27
Hex 88 1 7D 0 63 8 2F 131 63 1B
Octal 210 1 175 0 143 10 57 461 143 33
Binary 10001000 1 1111101 0 1100011 1000 101111 100110001 1100011 11011

Color Harmonies of #88017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88017D

Black with #88017D

Text Example


Text Example

White with #88017D

Text Example


Text Example

HTML Codes & Css Web 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>