#854582

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

Shades of Trendy Pink #854582

Tints of Trendy Pink #854582

Color information

#854582 (or 0x854582) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 82. RGB value is (133,69,130). Sum of RGB (Red+Green+Blue) = 133+69+130=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854582 is #7ABA7D. Grayscale: #5E5E5E. Windows color (decimal): -8043134 or 8537477. OLE color: 8537477.

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

Color convert

RGB13369130-
CMYK00.480.020.48
HSL302.81º31.68%39.61%-
HSV(B)302.81º48.12%52.16%-
XYZ15.8310.8522.38-
YUV95.09147.7155.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=40.06%
G=20.78%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336913000.480.020.48302.8131.6839.61
Hex85458203023012f2028
Octal2051052020602604574050
Binary10000101100010110000010011000010110000100101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854582; }

 p { color: rgb(133,69,130); }

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

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

 a { background-color: rgb(133,69,130); }

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

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

 span { border-color: rgb(133,69,130); }

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