#835985

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

Shades of Trendy Pink #835985

Tints of Trendy Pink #835985

Color information

#835985 (or 0x835985) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 85. RGB value is (131,89,133). Sum of RGB (Red+Green+Blue) = 131+89+133=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #835985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835985 is #7CA67A. Grayscale: #6A6A6A. Windows color (decimal): -8169083 or 8739203. OLE color: 8739203.

HSL color Cylindrical-coordinate representation of color #835985: hue angle of 297.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835985 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13189133-
CMYK0.020.3300.48
HSL297.27º19.82%43.53%-
HSV(B)297.27º33.08%52.16%-
XYZ17.1713.6623.92-
YUV106.57142.91145.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=37.11%
G=25.21%
B=37.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131891330.020.3300.48297.2719.8243.53
Hex835985221030129142c
Octal2031312052410604512454
Binary1000001110110011000010110100001011000010010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835985; }

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

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

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

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

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

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

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

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