Html Css Color HEX #88558A Trendy Pink

📋 copy color: '#88558A'

red 136 ◦ green 85 ◦ blue 138

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

Shades of Trendy Pink #88558A

Tints of Trendy Pink #88558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 37.88%
G = 23.68%
B = 38.44%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88558A (or 0x88558A) is known color: Trendy Pink. HEX triplet: 88, 55 and 8A. RGB value is (136,85,138). Sum of RGB (Red+Green+Blue) = 136+85+138=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #88558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88558A is #77AA75. Grayscale: #6A6A6A. Windows color (decimal): -7842422 or 9065864. OLE color: 9065864.

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

Color convert

RGB 136 85 138 -
CMYK 0.01 0.38 0 0.46
HSL 297.74º 0.24% 0.44% -
HSV(B) 297.74º 0.38% 0.54% -
XYZ 17.99 13.57 25.72 -
YUV 106.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 136 85 138 0.01 0.38 0 0.46 297.74 0.24 0.44
Hex 88 55 8A 1 26 0 2E 12A 18 2C
Octal 210 125 212 1 46 0 56 452 30 54
Binary 10001000 1010101 10001010 1 100110 0 101110 100101010 11000 101100

Color Harmonies of #88558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88558A

Black with #88558A

Text Example


Text Example

White with #88558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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