#854A7D

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

Shades of Trendy Pink #854A7D

Tints of Trendy Pink #854A7D

Color information

#854A7D (or 0x854A7D) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 7D. RGB value is (133,74,125). Sum of RGB (Red+Green+Blue) = 133+74+125=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A7D is #7AB582. Grayscale: #616161. Windows color (decimal): -8041859 or 8211077. OLE color: 8211077.

HSL color Cylindrical-coordinate representation of color #854A7D: hue angle of 308.14º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A7D is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13374125-
CMYK00.440.060.48
HSL308.14º28.5%40.59%-
HSV(B)308.14º44.36%52.16%-
XYZ15.8211.3620.76-
YUV97.45143.55153.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=40.06%
G=22.29%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337412500.440.060.48308.1428.540.59
Hex854A7D02C6301341d29
Octal2051121750546604643551
Binary1000010110010101111101010110011011000010011010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A7D; }

 p { color: rgb(133,74,125); }

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

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

 a { background-color: rgb(133,74,125); }

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

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

 span { border-color: rgb(133,74,125); }

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