Html Css Color HEX #88528C Trendy Pink

📋 copy color: '#88528C'

red 136 ◦ green 82 ◦ blue 140

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

Shades of Trendy Pink #88528C

Tints of Trendy Pink #88528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 37.99%
G = 22.91%
B = 39.11%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88528C (or 0x88528C) is known color: Trendy Pink. HEX triplet: 88, 52 and 8C. RGB value is (136,82,140). Sum of RGB (Red+Green+Blue) = 136+82+140=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #88528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528C is #77AD73. Grayscale: #686868. Windows color (decimal): -7843188 or 9196168. OLE color: 9196168.

HSL color Cylindrical-coordinate representation of color #88528C: hue angle of 295.86º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88528C is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 82 140 -
CMYK 0.03 0.41 0 0.45
HSL 295.86º 0.26% 0.44% -
HSV(B) 295.86º 0.41% 0.55% -
XYZ 17.9 13.16 26.41 -
YUV 104.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 136 82 140 0.03 0.41 0 0.45 295.86 0.26 0.44
Hex 88 52 8C 3 29 0 2D 128 1A 2C
Octal 210 122 214 3 51 0 55 450 32 54
Binary 10001000 1010010 10001100 11 101001 0 101101 100101000 11010 101100

Color Harmonies of #88528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88528C

Black with #88528C

Text Example


Text Example

White with #88528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,82,140); }

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

background-color css

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

 a { background-color: rgb(136,82,140); }

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

border-color css

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

 span { border-color: rgb(136,82,140); }

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