Html Css Color HEX #885091 Trendy Pink

📋 copy color: '#885091'

red 136 ◦ green 80 ◦ blue 145

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

Shades of Trendy Pink #885091

Tints of Trendy Pink #885091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 37.67%
G = 22.16%
B = 40.17%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#885091 (or 0x885091) is known color: Trendy Pink. HEX triplet: 88, 50 and 91. RGB value is (136,80,145). Sum of RGB (Red+Green+Blue) = 136+80+145=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #885091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885091 is #77AF6E. Grayscale: #676767. Windows color (decimal): -7843695 or 9523336. OLE color: 9523336.

HSL color Cylindrical-coordinate representation of color #885091: hue angle of 291.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885091 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 80 145 -
CMYK 0.06 0.45 0 0.43
HSL 291.69º 0.29% 0.44% -
HSV(B) 291.69º 0.45% 0.57% -
XYZ 18.13 13.02 28.34 -
YUV 104.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 136 80 145 0.06 0.45 0 0.43 291.69 0.29 0.44
Hex 88 50 91 6 2D 0 2B 124 1D 2C
Octal 210 120 221 6 55 0 53 444 35 54
Binary 10001000 1010000 10010001 110 101101 0 101011 100100100 11101 101100

Color Harmonies of #885091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885091

Black with #885091

Text Example


Text Example

White with #885091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885091; }

 p { color: rgb(136,80,145); }

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

background-color css

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

 a { background-color: rgb(136,80,145); }

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

border-color css

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

 span { border-color: rgb(136,80,145); }

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