Html Css Color HEX #88608B Trendy Pink

📋 copy color: '#88608B'

red 136 ◦ green 96 ◦ blue 139

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

Shades of Trendy Pink #88608B

Tints of Trendy Pink #88608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 36.66%
G = 25.88%
B = 37.47%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88608B (or 0x88608B) is known color: Trendy Pink. HEX triplet: 88, 60 and 8B. RGB value is (136,96,139). Sum of RGB (Red+Green+Blue) = 136+96+139=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #88608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608B is #779F74. Grayscale: #707070. Windows color (decimal): -7839605 or 9134216. OLE color: 9134216.

HSL color Cylindrical-coordinate representation of color #88608B: hue angle of 295.81º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88608B is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 96 139 -
CMYK 0.02 0.31 0 0.45
HSL 295.81º 0.18% 0.46% -
HSV(B) 295.81º 0.31% 0.55% -
XYZ 19 15.46 26.41 -
YUV 112.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 136 96 139 0.02 0.31 0 0.45 295.81 0.18 0.46
Hex 88 60 8B 2 1F 0 2D 128 12 2E
Octal 210 140 213 2 37 0 55 450 22 56
Binary 10001000 1100000 10001011 10 11111 0 101101 100101000 10010 101110

Color Harmonies of #88608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88608B

Black with #88608B

Text Example


Text Example

White with #88608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88608B; }

 p { color: rgb(136,96,139); }

 H1.HeaderClassName
 {
   color: #88608B;
 }
 .AnyTagClassName
 {
   color: #88608B;
 }
</style>

background-color css

<style>
 a { background-color: #88608B; }

 a { background-color: rgb(136,96,139); }

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

border-color css

<style>
 span { border-color: #88608B; }

 span { border-color: rgb(136,96,139); }

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