#85427C

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

Shades of Trendy Pink #85427C

Tints of Trendy Pink #85427C

Color information

#85427C (or 0x85427C) is unknown color: approx Trendy Pink. HEX triplet: 85, 42 and 7C. RGB value is (133,66,124). Sum of RGB (Red+Green+Blue) = 133+66+124=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85427C is #7ABD83. Grayscale: #5C5C5C. Windows color (decimal): -8043908 or 8143493. OLE color: 8143493.

HSL color Cylindrical-coordinate representation of color #85427C: hue angle of 308.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85427C is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13366124-
CMYK00.500.070.48
HSL308.06º33.67%39.02%-
HSV(B)308.06º50.38%52.16%-
XYZ15.2610.3420.26-
YUV92.64145.7156.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=41.18%
G=20.43%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336612400.500.070.48308.0633.6739.02
Hex85427C0327301342227
Octal2051021740627604644247
Binary10000101100001011111000110010111110000100110100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85427C; }

 p { color: rgb(133,66,124); }

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

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

 a { background-color: rgb(133,66,124); }

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

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

 span { border-color: rgb(133,66,124); }

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