Html Css Color HEX #895893 Trendy Pink

📋 copy color: '#895893'

red 137 ◦ green 88 ◦ blue 147

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

Shades of Trendy Pink #895893

Tints of Trendy Pink #895893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

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

R = 36.83%
G = 23.66%
B = 39.52%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895893 (or 0x895893) is known color: Trendy Pink. HEX triplet: 89, 58 and 93. RGB value is (137,88,147). Sum of RGB (Red+Green+Blue) = 137+88+147=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #895893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895893 is #76A76C. Grayscale: #6D6D6D. Windows color (decimal): -7776109 or 9656457. OLE color: 9656457.

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

Color convert

RGB 137 88 147 -
CMYK 0.07 0.40 0 0.42
HSL 289.83º 0.25% 0.46% -
HSV(B) 289.83º 0.4% 0.58% -
XYZ 19.07 14.4 29.38 -
YUV 109.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 137 88 147 0.07 0.40 0 0.42 289.83 0.25 0.46
Hex 89 58 93 7 28 0 2A 122 19 2E
Octal 211 130 223 7 50 0 52 442 31 56
Binary 10001001 1011000 10010011 111 101000 0 101010 100100010 11001 101110

Color Harmonies of #895893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895893

Black with #895893

Text Example


Text Example

White with #895893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895893; }

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

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

background-color css

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

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

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

border-color css

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

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

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