#854580

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

Shades of Trendy Pink #854580

Tints of Trendy Pink #854580

Color information

#854580 (or 0x854580) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 80. RGB value is (133,69,128). Sum of RGB (Red+Green+Blue) = 133+69+128=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854580 is #7ABA7F. Grayscale: #5E5E5E. Windows color (decimal): -8043136 or 8406405. OLE color: 8406405.

HSL color Cylindrical-coordinate representation of color #854580: hue angle of 304.69º 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 #854580 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13369128-
CMYK00.480.040.48
HSL304.69º31.68%39.61%-
HSV(B)304.69º48.12%52.16%-
XYZ15.710.821.68-
YUV94.86146.7155.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=40.30%
G=20.91%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336912800.480.040.48304.6931.6839.61
Hex8545800304301312028
Octal2051052000604604614050
Binary100001011000101100000000110000100110000100110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854580; }

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

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

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

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

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

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

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

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