#895F93

Color #895F93 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #895F93

Tints of Trendy Pink #895F93

Color information

#895F93 (or 0x895F93) is unknown color: approx Trendy Pink. HEX triplet: 89, 5F and 93. RGB value is (137,95,147). Sum of RGB (Red+Green+Blue) = 137+95+147=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #895F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F93 is #76A06C. Grayscale: #717171. Windows color (decimal): -7774317 or 9658249. OLE color: 9658249.

HSL color Cylindrical-coordinate representation of color #895F93: hue angle of 288.46º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895F93 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13795147-
CMYK0.070.3500.42
HSL288.46º21.49%47.45%-
HSV(B)288.46º35.37%57.65%-
XYZ19.6815.6129.58-
YUV113.49146.91144.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=36.15%
G=25.07%
B=38.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137951470.070.3500.42288.4621.4947.45
Hex895F9372302A120152f
Octal2111372237430524402557
Binary10001001101111110010011111100011010101010010000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F93; }

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

 H1.HeaderClassName
 {
   color: #895F93;
 }
 .AnyTagClassName
 {
   color: #895F93;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #895F93;
 }
 .BgClassName
 {
   background-color: #895F93;
 }
</style>
border-color css

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

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

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