#835A78

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

Shades of Trendy Pink #835A78

Tints of Trendy Pink #835A78

Color information

#835A78 (or 0x835A78) is unknown color: approx Trendy Pink. HEX triplet: 83, 5A and 78. RGB value is (131,90,120). Sum of RGB (Red+Green+Blue) = 131+90+120=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A78 is #7CA587. Grayscale: #696969. Windows color (decimal): -8168840 or 7887491. OLE color: 7887491.

HSL color Cylindrical-coordinate representation of color #835A78: hue angle of 316.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835A78 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13190120-
CMYK00.310.080.49
HSL316.1º18.55%43.33%-
HSV(B)316.1º31.3%51.37%-
XYZ16.4113.4919.51-
YUV105.68136.08146.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=38.42%
G=26.39%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319012000.310.080.49316.118.5543.33
Hex835A7801F83113c132b
Octal20313217003710614742353
Binary1000001110110101111000011111100011000110011110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835A78; }

 p { color: rgb(131,90,120); }

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

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

 a { background-color: rgb(131,90,120); }

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

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

 span { border-color: rgb(131,90,120); }

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