#835987

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

Shades of Trendy Pink #835987

Tints of Trendy Pink #835987

Color information

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

HSL color Cylindrical-coordinate representation of color #835987: hue angle of 294.78º 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 #835987 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13189135-
CMYK0.030.3400.47
HSL294.78º20.54%43.92%-
HSV(B)294.78º34.07%52.94%-
XYZ17.3113.7224.66-
YUV106.8143.91145.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131891350.030.3400.47294.7820.5443.92
Hex83598732202F127152c
Octal2031312073420574472554
Binary1000001110110011000011111100010010111110010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835987; }

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

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

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

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

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

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

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

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