Html Css Color HEX #895391 Trendy Pink

📋 copy color: '#895391'

red 137 ◦ green 83 ◦ blue 145

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

Shades of Trendy Pink #895391

Tints of Trendy Pink #895391

RGB

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

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

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

R = 37.53%
G = 22.74%
B = 39.73%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#895391 (or 0x895391) is known color: Trendy Pink. HEX triplet: 89, 53 and 91. RGB value is (137,83,145). Sum of RGB (Red+Green+Blue) = 137+83+145=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #895391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895391 is #76AC6E. Grayscale: #6A6A6A. Windows color (decimal): -7777391 or 9524105. OLE color: 9524105.

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

Color convert

RGB 137 83 145 -
CMYK 0.06 0.43 0 0.43
HSL 292.26º 0.27% 0.45% -
HSV(B) 292.26º 0.43% 0.57% -
XYZ 18.52 13.55 28.43 -
YUV 106.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 137 83 145 0.06 0.43 0 0.43 292.26 0.27 0.45
Hex 89 53 91 6 2B 0 2B 124 1B 2D
Octal 211 123 221 6 53 0 53 444 33 55
Binary 10001001 1010011 10010001 110 101011 0 101011 100100100 11011 101101

Color Harmonies of #895391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895391

Black with #895391

Text Example


Text Example

White with #895391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895391; }

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

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

background-color css

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

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

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

border-color css

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

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

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