Html Css Color HEX #88508D Trendy Pink

📋 copy color: '#88508D'

red 136 ◦ green 80 ◦ blue 141

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

Shades of Trendy Pink #88508D

Tints of Trendy Pink #88508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 38.1%
G = 22.41%
B = 39.5%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88508D (or 0x88508D) is known color: Trendy Pink. HEX triplet: 88, 50 and 8D. RGB value is (136,80,141). Sum of RGB (Red+Green+Blue) = 136+80+141=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #88508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88508D is #77AF72. Grayscale: #676767. Windows color (decimal): -7843699 or 9261192. OLE color: 9261192.

HSL color Cylindrical-coordinate representation of color #88508D: hue angle of 295.08º degrees, saturation: 0.28, 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 #88508D is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 80 141 -
CMYK 0.04 0.43 0 0.45
HSL 295.08º 0.28% 0.43% -
HSV(B) 295.08º 0.43% 0.55% -
XYZ 17.83 12.89 26.75 -
YUV 103.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 136 80 141 0.04 0.43 0 0.45 295.08 0.28 0.43
Hex 88 50 8D 4 2B 0 2D 127 1C 2B
Octal 210 120 215 4 53 0 55 447 34 53
Binary 10001000 1010000 10001101 100 101011 0 101101 100100111 11100 101011

Color Harmonies of #88508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88508D

Black with #88508D

Text Example


Text Example

White with #88508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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