Html Css Color HEX #88618B Trendy Pink

📋 copy color: '#88618B'

red 136 ◦ green 97 ◦ blue 139

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

Shades of Trendy Pink #88618B

Tints of Trendy Pink #88618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

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

R = 36.56%
G = 26.08%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88618B (or 0x88618B) is known color: Trendy Pink. HEX triplet: 88, 61 and 8B. RGB value is (136,97,139). Sum of RGB (Red+Green+Blue) = 136+97+139=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #88618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88618B is #779E74. Grayscale: #717171. Windows color (decimal): -7839349 or 9134472. OLE color: 9134472.

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

Color convert

RGB 136 97 139 -
CMYK 0.02 0.30 0 0.45
HSL 295.71º 0.18% 0.46% -
HSV(B) 295.71º 0.3% 0.55% -
XYZ 19.09 15.65 26.44 -
YUV 113.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 136 97 139 0.02 0.30 0 0.45 295.71 0.18 0.46
Hex 88 61 8B 2 1E 0 2D 128 12 2E
Octal 210 141 213 2 36 0 55 450 22 56
Binary 10001000 1100001 10001011 10 11110 0 101101 100101000 10010 101110

Color Harmonies of #88618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88618B

Black with #88618B

Text Example


Text Example

White with #88618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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