Html Css Color HEX #88528A Trendy Pink

📋 copy color: '#88528A'

red 136 ◦ green 82 ◦ blue 138

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

Shades of Trendy Pink #88528A

Tints of Trendy Pink #88528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 38.2%
G = 23.03%
B = 38.76%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88528A (or 0x88528A) is known color: Trendy Pink. HEX triplet: 88, 52 and 8A. RGB value is (136,82,138). Sum of RGB (Red+Green+Blue) = 136+82+138=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #88528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528A is #77AD75. Grayscale: #686868. Windows color (decimal): -7843190 or 9065096. OLE color: 9065096.

HSL color Cylindrical-coordinate representation of color #88528A: hue angle of 297.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88528A is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 82 138 -
CMYK 0.01 0.41 0 0.46
HSL 297.86º 0.25% 0.43% -
HSV(B) 297.86º 0.41% 0.54% -
XYZ 17.76 13.1 25.64 -
YUV 104.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 136 82 138 0.01 0.41 0 0.46 297.86 0.25 0.43
Hex 88 52 8A 1 29 0 2E 12A 19 2B
Octal 210 122 212 1 51 0 56 452 31 53
Binary 10001000 1010010 10001010 1 101001 0 101110 100101010 11001 101011

Color Harmonies of #88528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88528A

Black with #88528A

Text Example


Text Example

White with #88528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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