Html Css Color HEX #895993 Trendy Pink

📋 copy color: '#895993'

red 137 ◦ green 89 ◦ blue 147

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

Shades of Trendy Pink #895993

Tints of Trendy Pink #895993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 36.73%
G = 23.86%
B = 39.41%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895993 (or 0x895993) is known color: Trendy Pink. HEX triplet: 89, 59 and 93. RGB value is (137,89,147). Sum of RGB (Red+Green+Blue) = 137+89+147=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #895993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895993 is #76A66C. Grayscale: #6D6D6D. Windows color (decimal): -7775853 or 9656713. OLE color: 9656713.

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

Color convert

RGB 137 89 147 -
CMYK 0.07 0.39 0 0.42
HSL 289.66º 0.25% 0.46% -
HSV(B) 289.66º 0.39% 0.58% -
XYZ 19.16 14.57 29.41 -
YUV 109.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 137 89 147 0.07 0.39 0 0.42 289.66 0.25 0.46
Hex 89 59 93 7 27 0 2A 122 19 2E
Octal 211 131 223 7 47 0 52 442 31 56
Binary 10001001 1011001 10010011 111 100111 0 101010 100100010 11001 101110

Color Harmonies of #895993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895993

Black with #895993

Text Example


Text Example

White with #895993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895993; }

 p { color: rgb(137,89,147); }

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

background-color css

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

 a { background-color: rgb(137,89,147); }

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

border-color css

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

 span { border-color: rgb(137,89,147); }

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