#855A7A

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

Shades of Trendy Pink #855A7A

Tints of Trendy Pink #855A7A

Color information

#855A7A (or 0x855A7A) is unknown color: approx Trendy Pink. HEX triplet: 85, 5A and 7A. RGB value is (133,90,122). Sum of RGB (Red+Green+Blue) = 133+90+122=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A7A is #7AA585. Grayscale: #6A6A6A. Windows color (decimal): -8037766 or 8018565. OLE color: 8018565.

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

Color convert

RGB13390122-
CMYK00.320.080.48
HSL315.35º19.28%43.73%-
HSV(B)315.35º32.33%52.16%-
XYZ16.8413.720.17-
YUV106.5136.75146.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=38.55%
G=26.09%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339012200.320.080.48315.3519.2843.73
Hex855A7A02083013b132c
Octal20513217204010604732354
Binary10000101101101011110100100000100011000010011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A7A; }

 p { color: rgb(133,90,122); }

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

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

 a { background-color: rgb(133,90,122); }

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

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

 span { border-color: rgb(133,90,122); }

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