#835989

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

Shades of Trendy Pink #835989

Tints of Trendy Pink #835989

Color information

#835989 (or 0x835989) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 89. RGB value is (131,89,137). Sum of RGB (Red+Green+Blue) = 131+89+137=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #835989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835989 is #7CA676. Grayscale: #6A6A6A. Windows color (decimal): -8169079 or 9001347. OLE color: 9001347.

HSL color Cylindrical-coordinate representation of color #835989: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835989 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13189137-
CMYK0.040.3500.46
HSL292.5º21.24%44.31%-
HSV(B)292.5º35.04%53.73%-
XYZ17.4513.7825.41-
YUV107.03144.91145.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=36.69%
G=24.93%
B=38.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131891370.040.3500.46292.521.2444.31
Hex83598942302E124152c
Octal2031312114430564442554
Binary10000011101100110001001100100011010111010010010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835989; }

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

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

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

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

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

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

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

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