Html Css Color HEX #88467C Trendy Pink

📋 copy color: '#88467C'

red 136 ◦ green 70 ◦ blue 124

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

Shades of Trendy Pink #88467C

Tints of Trendy Pink #88467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 41.21%
G = 21.21%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88467C (or 0x88467C) is known color: Trendy Pink. HEX triplet: 88, 46 and 7C. RGB value is (136,70,124). Sum of RGB (Red+Green+Blue) = 136+70+124=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88467C is #77B983. Grayscale: #5F5F5F. Windows color (decimal): -7846276 or 8144520. OLE color: 8144520.

HSL color Cylindrical-coordinate representation of color #88467C: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88467C is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 124 -
CMYK 0 0.49 0.09 0.47
HSL 310.91º 0.32% 0.4% -
HSV(B) 310.91º 0.49% 0.53% -
XYZ 15.98 11.07 20.36 -
YUV 95.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 136 70 124 0 0.49 0.09 0.47 310.91 0.32 0.4
Hex 88 46 7C 0 31 9 2F 137 20 28
Octal 210 106 174 0 61 11 57 467 40 50
Binary 10001000 1000110 1111100 0 110001 1001 101111 100110111 100000 101000

Color Harmonies of #88467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88467C

Black with #88467C

Text Example


Text Example

White with #88467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88467C; }

 p { color: rgb(136,70,124); }

 H1.HeaderClassName
 {
   color: #88467C;
 }
 .AnyTagClassName
 {
   color: #88467C;
 }
</style>

background-color css

<style>
 a { background-color: #88467C; }

 a { background-color: rgb(136,70,124); }

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

border-color css

<style>
 span { border-color: #88467C; }

 span { border-color: rgb(136,70,124); }

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