#875F93

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

Shades of Trendy Pink #875F93

Tints of Trendy Pink #875F93

Color information

#875F93 (or 0x875F93) is unknown color: approx Trendy Pink. HEX triplet: 87, 5F and 93. RGB value is (135,95,147). Sum of RGB (Red+Green+Blue) = 135+95+147=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #875F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F93 is #78A06C. Grayscale: #707070. Windows color (decimal): -7905389 or 9658247. OLE color: 9658247.

HSL color Cylindrical-coordinate representation of color #875F93: hue angle of 286.15º 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 #875F93 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13595147-
CMYK0.080.3500.42
HSL286.15º21.49%47.45%-
HSV(B)286.15º35.37%57.65%-
XYZ19.3515.4429.56-
YUV112.89147.25143.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=35.81%
G=25.20%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135951470.080.3500.42286.1521.4947.45
Hex875F9382302A11e152f
Octal20713722310430524362557
Binary100001111011111100100111000100011010101010001111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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