#854A7B

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

Shades of Trendy Pink #854A7B

Tints of Trendy Pink #854A7B

Color information

#854A7B (or 0x854A7B) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 7B. RGB value is (133,74,123). Sum of RGB (Red+Green+Blue) = 133+74+123=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A7B is #7AB584. Grayscale: #616161. Windows color (decimal): -8041861 or 8080005. OLE color: 8080005.

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

Color convert

RGB13374123-
CMYK00.440.080.48
HSL310.17º28.5%40.59%-
HSV(B)310.17º44.36%52.16%-
XYZ15.711.3120.1-
YUV97.23142.55153.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=40.30%
G=22.42%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337412300.440.080.48310.1728.540.59
Hex854A7B02C8301361d29
Octal20511217305410604663551
Binary10000101100101011110110101100100011000010011011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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