#875983

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

Shades of Trendy Pink #875983

Tints of Trendy Pink #875983

Color information

#875983 (or 0x875983) is unknown color: approx Trendy Pink. HEX triplet: 87, 59 and 83. RGB value is (135,89,131). Sum of RGB (Red+Green+Blue) = 135+89+131=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #875983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875983 is #78A67C. Grayscale: #6B6B6B. Windows color (decimal): -7906941 or 8608135. OLE color: 8608135.

HSL color Cylindrical-coordinate representation of color #875983: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875983 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13589131-
CMYK00.340.030.47
HSL305.22º20.54%43.92%-
HSV(B)305.22º34.07%52.94%-
XYZ17.6613.9323.23-
YUV107.54141.24147.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=38.03%
G=25.07%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358913100.340.030.47305.2220.5443.92
Hex87598302232F131152c
Octal2071312030423574612554
Binary1000011110110011000001101000101110111110011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875983; }

 p { color: rgb(135,89,131); }

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

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

 a { background-color: rgb(135,89,131); }

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

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

 span { border-color: rgb(135,89,131); }

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