Html Css Color HEX #895592 Trendy Pink

📋 copy color: '#895592'

red 137 ◦ green 85 ◦ blue 146

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

Shades of Trendy Pink #895592

Tints of Trendy Pink #895592

RGB

 RED value IS 137 (53.91% from 255) = 37.23%

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 37.23%
G = 23.1%
B = 39.67%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#895592 (or 0x895592) is known color: Trendy Pink. HEX triplet: 89, 55 and 92. RGB value is (137,85,146). Sum of RGB (Red+Green+Blue) = 137+85+146=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #895592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895592 is #76AA6D. Grayscale: #6B6B6B. Windows color (decimal): -7776878 or 9590153. OLE color: 9590153.

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

Color convert

RGB 137 85 146 -
CMYK 0.06 0.42 0 0.43
HSL 291.15º 0.26% 0.45% -
HSV(B) 291.15º 0.42% 0.57% -
XYZ 18.75 13.89 28.89 -
YUV 107.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 137 85 146 0.06 0.42 0 0.43 291.15 0.26 0.45
Hex 89 55 92 6 2A 0 2B 123 1A 2D
Octal 211 125 222 6 52 0 53 443 32 55
Binary 10001001 1010101 10010010 110 101010 0 101011 100100011 11010 101101

Color Harmonies of #895592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895592

Black with #895592

Text Example


Text Example

White with #895592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895592; }

 p { color: rgb(137,85,146); }

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

background-color css

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

 a { background-color: rgb(137,85,146); }

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

border-color css

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

 span { border-color: rgb(137,85,146); }

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