#835285

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

Shades of Trendy Pink #835285

Tints of Trendy Pink #835285

Color information

#835285 (or 0x835285) is unknown color: approx Trendy Pink. HEX triplet: 83, 52 and 85. RGB value is (131,82,133). Sum of RGB (Red+Green+Blue) = 131+82+133=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #835285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835285 is #7CAD7A. Grayscale: #666666. Windows color (decimal): -8170875 or 8737411. OLE color: 8737411.

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

Color convert

RGB13182133-
CMYK0.020.3800.48
HSL297.65º23.72%42.16%-
HSV(B)297.65º38.35%52.16%-
XYZ16.6112.5523.74-
YUV102.46145.23148.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=37.86%
G=23.70%
B=38.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131821330.020.3800.48297.6523.7242.16
Hex83528522603012a182a
Octal2031222052460604523052
Binary1000001110100101000010110100110011000010010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835285; }

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

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

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

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

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

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

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

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