#855384

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

Shades of Trendy Pink #855384

Tints of Trendy Pink #855384

Color information

#855384 (or 0x855384) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 84. RGB value is (133,83,132). Sum of RGB (Red+Green+Blue) = 133+83+132=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855384 is #7AAC7B. Grayscale: #676767. Windows color (decimal): -8039548 or 8672133. OLE color: 8672133.

HSL color Cylindrical-coordinate representation of color #855384: hue angle of 301.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855384 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13383132-
CMYK00.380.010.48
HSL301.2º23.15%42.35%-
HSV(B)301.2º37.59%52.16%-
XYZ16.9312.8423.42-
YUV103.54144.06149.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=38.22%
G=23.85%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338313200.380.010.48301.223.1542.35
Hex85538402613012d172a
Octal2051232040461604552752
Binary100001011010011100001000100110111000010010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855384; }

 p { color: rgb(133,83,132); }

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

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

 a { background-color: rgb(133,83,132); }

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

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

 span { border-color: rgb(133,83,132); }

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