Html Css Color HEX #88508C Trendy Pink

📋 copy color: '#88508C'

red 136 ◦ green 80 ◦ blue 140

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

Shades of Trendy Pink #88508C

Tints of Trendy Pink #88508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 38.2%
G = 22.47%
B = 39.33%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88508C (or 0x88508C) is known color: Trendy Pink. HEX triplet: 88, 50 and 8C. RGB value is (136,80,140). Sum of RGB (Red+Green+Blue) = 136+80+140=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #88508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88508C is #77AF73. Grayscale: #676767. Windows color (decimal): -7843700 or 9195656. OLE color: 9195656.

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

Color convert

RGB 136 80 140 -
CMYK 0.03 0.43 0 0.45
HSL 296º 0.27% 0.43% -
HSV(B) 296º 0.43% 0.55% -
XYZ 17.76 12.87 26.36 -
YUV 103.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 136 80 140 0.03 0.43 0 0.45 296 0.27 0.43
Hex 88 50 8C 3 2B 0 2D 128 1B 2B
Octal 210 120 214 3 53 0 55 450 33 53
Binary 10001000 1010000 10001100 11 101011 0 101101 100101000 11011 101011

Color Harmonies of #88508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88508C

Black with #88508C

Text Example


Text Example

White with #88508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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