#835680

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

Shades of Trendy Pink #835680

Tints of Trendy Pink #835680

Color information

#835680 (or 0x835680) is unknown color: approx Trendy Pink. HEX triplet: 83, 56 and 80. RGB value is (131,86,128). Sum of RGB (Red+Green+Blue) = 131+86+128=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #835680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835680 is #7CA97F. Grayscale: #686868. Windows color (decimal): -8169856 or 8410755. OLE color: 8410755.

HSL color Cylindrical-coordinate representation of color #835680: hue angle of 304º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835680 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13186128-
CMYK00.340.020.49
HSL304º20.74%42.55%-
HSV(B)304º34.35%51.37%-
XYZ16.5813.0422.06-
YUV104.24141.41147.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=37.97%
G=24.93%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318612800.340.020.4930420.7442.55
Hex835680022231130152b
Octal2031262000422614602553
Binary1000001110101101000000001000101011000110011000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835680; }

 p { color: rgb(131,86,128); }

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

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

 a { background-color: rgb(131,86,128); }

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

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

 span { border-color: rgb(131,86,128); }

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