Html Css Color HEX #88517E Trendy Pink

📋 copy color: '#88517E'

red 136 ◦ green 81 ◦ blue 126

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

Shades of Trendy Pink #88517E

Tints of Trendy Pink #88517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 39.65%
G = 23.62%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88517E (or 0x88517E) is known color: Trendy Pink. HEX triplet: 88, 51 and 7E. RGB value is (136,81,126). Sum of RGB (Red+Green+Blue) = 136+81+126=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88517E is #77AE81. Grayscale: #666666. Windows color (decimal): -7843458 or 8278408. OLE color: 8278408.

HSL color Cylindrical-coordinate representation of color #88517E: hue angle of 310.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88517E is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 126 -
CMYK 0 0.40 0.07 0.47
HSL 310.91º 0.25% 0.43% -
HSV(B) 310.91º 0.4% 0.53% -
XYZ 16.86 12.63 21.29 -
YUV 102.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 136 81 126 0 0.40 0.07 0.47 310.91 0.25 0.43
Hex 88 51 7E 0 28 7 2F 137 19 2B
Octal 210 121 176 0 50 7 57 467 31 53
Binary 10001000 1010001 1111110 0 101000 111 101111 100110111 11001 101011

Color Harmonies of #88517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88517E

Black with #88517E

Text Example


Text Example

White with #88517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88517E;
 }
 .AnyTagClassName
 {
   color: #88517E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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