#835C84

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

Shades of Trendy Pink #835C84

Tints of Trendy Pink #835C84

Color information

#835C84 (or 0x835C84) is unknown color: approx Trendy Pink. HEX triplet: 83, 5C and 84. RGB value is (131,92,132). Sum of RGB (Red+Green+Blue) = 131+92+132=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #835C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C84 is #7CA37B. Grayscale: #6C6C6C. Windows color (decimal): -8168316 or 8674435. OLE color: 8674435.

HSL color Cylindrical-coordinate representation of color #835C84: hue angle of 298.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C84 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13192132-
CMYK0.010.3000.48
HSL298.5º17.86%43.92%-
HSV(B)298.5º30.3%51.76%-
XYZ17.3514.1523.65-
YUV108.22141.42144.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=36.90%
G=25.92%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131921320.010.3000.48298.517.8643.92
Hex835C8411E03012a122c
Octal2031342041360604522254
Binary10000011101110010000100111110011000010010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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