#835185

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

Shades of Trendy Pink #835185

Tints of Trendy Pink #835185

Color information

#835185 (or 0x835185) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 85. RGB value is (131,81,133). Sum of RGB (Red+Green+Blue) = 131+81+133=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #835185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835185 is #7CAE7A. Grayscale: #656565. Windows color (decimal): -8171131 or 8737155. OLE color: 8737155.

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

Color convert

RGB13181133-
CMYK0.020.3900.48
HSL297.69º24.3%41.96%-
HSV(B)297.69º39.1%52.16%-
XYZ16.5412.423.71-
YUV101.88145.56148.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=37.97%
G=23.48%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131811330.020.3900.48297.6924.341.96
Hex83518522703012a182a
Octal2031212052470604523052
Binary1000001110100011000010110100111011000010010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835185; }

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

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

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

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

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

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

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

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