Html Css Color HEX #895385 Trendy Pink

📋 copy color: '#895385'

red 137 ◦ green 83 ◦ blue 133

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

Shades of Trendy Pink #895385

Tints of Trendy Pink #895385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 38.81%
G = 23.51%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#895385 (or 0x895385) is known color: Trendy Pink. HEX triplet: 89, 53 and 85. RGB value is (137,83,133). Sum of RGB (Red+Green+Blue) = 137+83+133=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895385 is #76AC7A. Grayscale: #686868. Windows color (decimal): -7777403 or 8737673. OLE color: 8737673.

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

Color convert

RGB 137 83 133 -
CMYK 0 0.39 0.03 0.46
HSL 304.44º 0.25% 0.43% -
HSV(B) 304.44º 0.39% 0.54% -
XYZ 17.64 13.2 23.81 -
YUV 104.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 137 83 133 0 0.39 0.03 0.46 304.44 0.25 0.43
Hex 89 53 85 0 27 3 2E 130 19 2B
Octal 211 123 205 0 47 3 56 460 31 53
Binary 10001001 1010011 10000101 0 100111 11 101110 100110000 11001 101011

Color Harmonies of #895385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895385

Black with #895385

Text Example


Text Example

White with #895385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895385; }

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

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

background-color css

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

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

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

border-color css

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

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

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