#835C87

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

Shades of Trendy Pink #835C87

Tints of Trendy Pink #835C87

Color information

#835C87 (or 0x835C87) is unknown color: approx Trendy Pink. HEX triplet: 83, 5C and 87. RGB value is (131,92,135). Sum of RGB (Red+Green+Blue) = 131+92+135=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #835C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C87 is #7CA378. Grayscale: #6C6C6C. Windows color (decimal): -8168313 or 8871043. OLE color: 8871043.

HSL color Cylindrical-coordinate representation of color #835C87: hue angle of 294.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835C87 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13192135-
CMYK0.030.3200.47
HSL294.42º18.94%44.51%-
HSV(B)294.42º31.85%52.94%-
XYZ17.5614.2324.74-
YUV108.56142.92144-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=36.59%
G=25.70%
B=37.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131921350.030.3200.47294.4218.9444.51
Hex835C8732002F126132d
Octal2031342073400574462355
Binary1000001110111001000011111100000010111110010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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