#835087

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

Shades of Trendy Pink #835087

Tints of Trendy Pink #835087

Color information

#835087 (or 0x835087) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 87. RGB value is (131,80,135). Sum of RGB (Red+Green+Blue) = 131+80+135=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #835087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835087 is #7CAF78. Grayscale: #656565. Windows color (decimal): -8171385 or 8867971. OLE color: 8867971.

HSL color Cylindrical-coordinate representation of color #835087: hue angle of 295.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835087 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13180135-
CMYK0.030.4100.47
HSL295.64º25.58%42.16%-
HSV(B)295.64º40.74%52.94%-
XYZ16.612.3124.42-
YUV101.52146.9149.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=37.86%
G=23.12%
B=39.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131801350.030.4100.47295.6425.5842.16
Hex83508732902F1281a2a
Octal2031202073510574503252
Binary1000001110100001000011111101001010111110010100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835087; }

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

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

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

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

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

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

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

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