Html Css Color HEX #895A92 Trendy Pink

📋 copy color: '#895A92'

red 137 ◦ green 90 ◦ blue 146

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

Shades of Trendy Pink #895A92

Tints of Trendy Pink #895A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

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

R = 36.73%
G = 24.13%
B = 39.14%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#895A92 (or 0x895A92) is known color: Trendy Pink. HEX triplet: 89, 5A and 92. RGB value is (137,90,146). Sum of RGB (Red+Green+Blue) = 137+90+146=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #895A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A92 is #76A56D. Grayscale: #6E6E6E. Windows color (decimal): -7775598 or 9591433. OLE color: 9591433.

HSL color Cylindrical-coordinate representation of color #895A92: hue angle of 290.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895A92 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 90 146 -
CMYK 0.06 0.38 0 0.43
HSL 290.36º 0.24% 0.46% -
HSV(B) 290.36º 0.38% 0.57% -
XYZ 19.16 14.71 29.02 -
YUV 110.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 137 90 146 0.06 0.38 0 0.43 290.36 0.24 0.46
Hex 89 5A 92 6 26 0 2B 122 18 2E
Octal 211 132 222 6 46 0 53 442 30 56
Binary 10001001 1011010 10010010 110 100110 0 101011 100100010 11000 101110

Color Harmonies of #895A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A92

Black with #895A92

Text Example


Text Example

White with #895A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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