#834D85

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

Shades of Trendy Pink #834D85

Tints of Trendy Pink #834D85

Color information

#834D85 (or 0x834D85) is unknown color: approx Trendy Pink. HEX triplet: 83, 4D and 85. RGB value is (131,77,133). Sum of RGB (Red+Green+Blue) = 131+77+133=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #834D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834D85 is #7CB27A. Grayscale: #636363. Windows color (decimal): -8172155 or 8736131. OLE color: 8736131.

HSL color Cylindrical-coordinate representation of color #834D85: hue angle of 297.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834D85 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13177133-
CMYK0.020.4200.48
HSL297.86º26.67%41.18%-
HSV(B)297.86º42.11%52.16%-
XYZ16.2511.8323.62-
YUV99.53146.89150.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=38.42%
G=22.58%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131771330.020.4200.48297.8626.6741.18
Hex834D8522A03012a1b29
Octal2031152052520604523351
Binary1000001110011011000010110101010011000010010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834D85; }

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

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

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

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

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

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

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

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