Html Css Color HEX #88497B Trendy Pink

📋 copy color: '#88497B'

red 136 ◦ green 73 ◦ blue 123

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

Shades of Trendy Pink #88497B

Tints of Trendy Pink #88497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 40.96%
G = 21.99%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88497B (or 0x88497B) is known color: Trendy Pink. HEX triplet: 88, 49 and 7B. RGB value is (136,73,123). Sum of RGB (Red+Green+Blue) = 136+73+123=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88497B is #77B684. Grayscale: #616161. Windows color (decimal): -7845509 or 8079752. OLE color: 8079752.

HSL color Cylindrical-coordinate representation of color #88497B: hue angle of 312.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88497B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 123 -
CMYK 0 0.46 0.10 0.47
HSL 312.38º 0.3% 0.41% -
HSV(B) 312.38º 0.46% 0.53% -
XYZ 16.11 11.43 20.1 -
YUV 97.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 136 73 123 0 0.46 0.10 0.47 312.38 0.3 0.41
Hex 88 49 7B 0 2E A 2F 138 1E 29
Octal 210 111 173 0 56 12 57 470 36 51
Binary 10001000 1001001 1111011 0 101110 1010 101111 100111000 11110 101001

Color Harmonies of #88497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88497B

Black with #88497B

Text Example


Text Example

White with #88497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,73,123); }

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

background-color css

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

 a { background-color: rgb(136,73,123); }

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

border-color css

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

 span { border-color: rgb(136,73,123); }

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