#834785

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

Shades of Trendy Pink #834785

Tints of Trendy Pink #834785

Color information

#834785 (or 0x834785) is unknown color: approx Trendy Pink. HEX triplet: 83, 47 and 85. RGB value is (131,71,133). Sum of RGB (Red+Green+Blue) = 131+71+133=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #834785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834785 is #7CB87A. Grayscale: #5F5F5F. Windows color (decimal): -8173691 or 8734595. OLE color: 8734595.

HSL color Cylindrical-coordinate representation of color #834785: hue angle of 298.06º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834785 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13171133-
CMYK0.020.4700.48
HSL298.06º30.39%40%-
HSV(B)298.06º46.62%52.16%-
XYZ15.8511.0323.48-
YUV96.01148.88152.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=39.10%
G=21.19%
B=39.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131711330.020.4700.48298.0630.3940
Hex83478522F03012a1e28
Octal2031072052570604523650
Binary1000001110001111000010110101111011000010010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834785; }

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

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

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

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

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

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

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

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