Html Css Color HEX #88668B Trendy Pink

📋 copy color: '#88668B'

red 136 ◦ green 102 ◦ blue 139

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

Shades of Trendy Pink #88668B

Tints of Trendy Pink #88668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 36.07%
G = 27.06%
B = 36.87%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88668B (or 0x88668B) is known color: Trendy Pink. HEX triplet: 88, 66 and 8B. RGB value is (136,102,139). Sum of RGB (Red+Green+Blue) = 136+102+139=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #88668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88668B is #779974. Grayscale: #747474. Windows color (decimal): -7838069 or 9135752. OLE color: 9135752.

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

Color convert

RGB 136 102 139 -
CMYK 0.02 0.27 0 0.45
HSL 295.14º 0.15% 0.47% -
HSV(B) 295.14º 0.27% 0.55% -
XYZ 19.56 16.6 26.6 -
YUV 116.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 136 102 139 0.02 0.27 0 0.45 295.14 0.15 0.47
Hex 88 66 8B 2 1B 0 2D 127 F 2F
Octal 210 146 213 2 33 0 55 447 17 57
Binary 10001000 1100110 10001011 10 11011 0 101101 100100111 1111 101111

Color Harmonies of #88668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88668B

Black with #88668B

Text Example


Text Example

White with #88668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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