Html Css Color HEX #88538C Trendy Pink

📋 copy color: '#88538C'

red 136 ◦ green 83 ◦ blue 140

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

Shades of Trendy Pink #88538C

Tints of Trendy Pink #88538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 37.88%
G = 23.12%
B = 39%

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

#88538C (or 0x88538C) is known color: Trendy Pink. HEX triplet: 88, 53 and 8C. RGB value is (136,83,140). Sum of RGB (Red+Green+Blue) = 136+83+140=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #88538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88538C is #77AC73. Grayscale: #696969. Windows color (decimal): -7842932 or 9196424. OLE color: 9196424.

HSL color Cylindrical-coordinate representation of color #88538C: hue angle of 295.79º 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 #88538C is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 83 140 -
CMYK 0.03 0.41 0 0.45
HSL 295.79º 0.26% 0.44% -
HSV(B) 295.79º 0.41% 0.55% -
XYZ 17.98 13.31 26.43 -
YUV 105.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 136 83 140 0.03 0.41 0 0.45 295.79 0.26 0.44
Hex 88 53 8C 3 29 0 2D 128 1A 2C
Octal 210 123 214 3 51 0 55 450 32 54
Binary 10001000 1010011 10001100 11 101001 0 101101 100101000 11010 101100

Color Harmonies of #88538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88538C

Black with #88538C

Text Example


Text Example

White with #88538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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