Html Css Color HEX #895394 Trendy Pink

📋 copy color: '#895394'

red 137 ◦ green 83 ◦ blue 148

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

Shades of Trendy Pink #895394

Tints of Trendy Pink #895394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 37.23%
G = 22.55%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895394 (or 0x895394) is known color: Trendy Pink. HEX triplet: 89, 53 and 94. RGB value is (137,83,148). Sum of RGB (Red+Green+Blue) = 137+83+148=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #895394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895394 is #76AC6B. Grayscale: #6A6A6A. Windows color (decimal): -7777388 or 9720713. OLE color: 9720713.

HSL color Cylindrical-coordinate representation of color #895394: hue angle of 289.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895394 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 83 148 -
CMYK 0.07 0.44 0 0.42
HSL 289.85º 0.28% 0.45% -
HSV(B) 289.85º 0.44% 0.58% -
XYZ 18.76 13.64 29.66 -
YUV 106.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 137 83 148 0.07 0.44 0 0.42 289.85 0.28 0.45
Hex 89 53 94 7 2C 0 2A 122 1C 2D
Octal 211 123 224 7 54 0 52 442 34 55
Binary 10001001 1010011 10010100 111 101100 0 101010 100100010 11100 101101

Color Harmonies of #895394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895394

Black with #895394

Text Example


Text Example

White with #895394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895394; }

 p { color: rgb(137,83,148); }

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

background-color css

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

 a { background-color: rgb(137,83,148); }

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

border-color css

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

 span { border-color: rgb(137,83,148); }

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