Html Css Color HEX #88117C Dark Purple

📋 copy color: '#88117C'

red 136 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #88117C

Tints of Dark Purple #88117C

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 49.1%
G = 6.14%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88117C (or 0x88117C) is known color: Dark Purple. HEX triplet: 88, 11 and 7C. RGB value is (136,17,124). Sum of RGB (Red+Green+Blue) = 136+17+124=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88117C is #77EE83. Grayscale: #404040. Windows color (decimal): -7859844 or 8130952. OLE color: 8130952.

HSL color Cylindrical-coordinate representation of color #88117C: hue angle of 306.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88117C is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 124 -
CMYK 0 0.87 0.09 0.47
HSL 306.05º 0.78% 0.3% -
HSV(B) 306.05º 0.88% 0.53% -
XYZ 13.99 7.09 19.7 -
YUV 64.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 136 17 124 0 0.87 0.09 0.47 306.05 0.78 0.3
Hex 88 11 7C 0 57 9 2F 132 4E 1E
Octal 210 21 174 0 127 11 57 462 116 36
Binary 10001000 10001 1111100 0 1010111 1001 101111 100110010 1001110 11110

Color Harmonies of #88117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88117C

Black with #88117C

Text Example


Text Example

White with #88117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88117C; }

 p { color: rgb(136,17,124); }

 H1.HeaderClassName
 {
   color: #88117C;
 }
 .AnyTagClassName
 {
   color: #88117C;
 }
</style>

background-color css

<style>
 a { background-color: #88117C; }

 a { background-color: rgb(136,17,124); }

 div.DivClassName
 {
   background-color: #88117C;
 }
 .BgClassName
 {
   background-color: #88117C;
 }
</style>

border-color css

<style>
 span { border-color: #88117C; }

 span { border-color: rgb(136,17,124); }

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