#856984

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

Shades of Trendy Pink #856984

Tints of Trendy Pink #856984

Color information

#856984 (or 0x856984) is unknown color: approx Trendy Pink. HEX triplet: 85, 69 and 84. RGB value is (133,105,132). Sum of RGB (Red+Green+Blue) = 133+105+132=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #856984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856984 is #7A967B. Grayscale: #747474. Windows color (decimal): -8033916 or 8677765. OLE color: 8677765.

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

Color convert

RGB133105132-
CMYK00.210.010.48
HSL302.14º11.76%46.67%-
HSV(B)302.14º21.05%52.16%-
XYZ18.8916.7624.07-
YUV116.45136.78139.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=35.95%
G=28.38%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310513200.210.010.48302.1411.7646.67
Hex85698401513012ec2f
Octal2051512040251604561457
Binary1000010111010011000010001010111100001001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856984; }

 p { color: rgb(133,105,132); }

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

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

 a { background-color: rgb(133,105,132); }

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

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

 span { border-color: rgb(133,105,132); }

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