#845688

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

Shades of Trendy Pink #845688

Tints of Trendy Pink #845688

Color information

#845688 (or 0x845688) is unknown color: approx Trendy Pink. HEX triplet: 84, 56 and 88. RGB value is (132,86,136). Sum of RGB (Red+Green+Blue) = 132+86+136=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #845688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845688 is #7BA977. Grayscale: #696969. Windows color (decimal): -8104312 or 8935044. OLE color: 8935044.

HSL color Cylindrical-coordinate representation of color #845688: hue angle of 295.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845688 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13286136-
CMYK0.030.3700.47
HSL295.2º22.52%43.53%-
HSV(B)295.2º36.76%53.33%-
XYZ17.2913.3424.96-
YUV105.45145.24146.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=37.29%
G=24.29%
B=38.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132861360.030.3700.47295.222.5243.53
Hex84568832502F127172c
Octal2041262103450574472754
Binary1000010010101101000100011100101010111110010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845688; }

 p { color: rgb(132,86,136); }

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

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

 a { background-color: rgb(132,86,136); }

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

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

 span { border-color: rgb(132,86,136); }

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