Html Css Color HEX #88528F Trendy Pink

📋 copy color: '#88528F'

red 136 ◦ green 82 ◦ blue 143

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

Shades of Trendy Pink #88528F

Tints of Trendy Pink #88528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 37.67%
G = 22.71%
B = 39.61%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88528F (or 0x88528F) is known color: Trendy Pink. HEX triplet: 88, 52 and 8F. RGB value is (136,82,143). Sum of RGB (Red+Green+Blue) = 136+82+143=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #88528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528F is #77AD70. Grayscale: #686868. Windows color (decimal): -7843185 or 9392776. OLE color: 9392776.

HSL color Cylindrical-coordinate representation of color #88528F: hue angle of 293.11º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88528F is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 82 143 -
CMYK 0.05 0.43 0 0.44
HSL 293.11º 0.27% 0.44% -
HSV(B) 293.11º 0.43% 0.56% -
XYZ 18.13 13.25 27.59 -
YUV 105.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 136 82 143 0.05 0.43 0 0.44 293.11 0.27 0.44
Hex 88 52 8F 5 2B 0 2C 125 1B 2C
Octal 210 122 217 5 53 0 54 445 33 54
Binary 10001000 1010010 10001111 101 101011 0 101100 100100101 11011 101100

Color Harmonies of #88528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88528F

Black with #88528F

Text Example


Text Example

White with #88528F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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