#85467B

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

Shades of Trendy Pink #85467B

Tints of Trendy Pink #85467B

Color information

#85467B (or 0x85467B) is unknown color: approx Trendy Pink. HEX triplet: 85, 46 and 7B. RGB value is (133,70,123). Sum of RGB (Red+Green+Blue) = 133+70+123=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85467B is #7AB984. Grayscale: #5E5E5E. Windows color (decimal): -8042885 or 8078981. OLE color: 8078981.

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

Color convert

RGB13370123-
CMYK00.470.080.48
HSL309.52º31.03%39.8%-
HSV(B)309.52º47.37%52.16%-
XYZ15.4410.820.01-
YUV94.88143.87155.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=40.80%
G=21.47%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337012300.470.080.48309.5231.0339.8
Hex85467B02F8301361f28
Octal20510617305710604663750
Binary10000101100011011110110101111100011000010011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85467B; }

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

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

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

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

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

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

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

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