Html Css Color HEX #88507C Trendy Pink

📋 copy color: '#88507C'

red 136 ◦ green 80 ◦ blue 124

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

Shades of Trendy Pink #88507C

Tints of Trendy Pink #88507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

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

R = 40%
G = 23.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88507C (or 0x88507C) is known color: Trendy Pink. HEX triplet: 88, 50 and 7C. RGB value is (136,80,124). Sum of RGB (Red+Green+Blue) = 136+80+124=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88507C is #77AF83. Grayscale: #656565. Windows color (decimal): -7843716 or 8147080. OLE color: 8147080.

HSL color Cylindrical-coordinate representation of color #88507C: hue angle of 312.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88507C is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 124 -
CMYK 0 0.41 0.09 0.47
HSL 312.86º 0.26% 0.42% -
HSV(B) 312.86º 0.41% 0.53% -
XYZ 16.66 12.43 20.59 -
YUV 101.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 136 80 124 0 0.41 0.09 0.47 312.86 0.26 0.42
Hex 88 50 7C 0 29 9 2F 139 1A 2A
Octal 210 120 174 0 51 11 57 471 32 52
Binary 10001000 1010000 1111100 0 101001 1001 101111 100111001 11010 101010

Color Harmonies of #88507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88507C

Black with #88507C

Text Example


Text Example

White with #88507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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