#845D88

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

Shades of Trendy Pink #845D88

Tints of Trendy Pink #845D88

Color information

#845D88 (or 0x845D88) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 88. RGB value is (132,93,136). Sum of RGB (Red+Green+Blue) = 132+93+136=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #845D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D88 is #7BA277. Grayscale: #6D6D6D. Windows color (decimal): -8102520 or 8936836. OLE color: 8936836.

HSL color Cylindrical-coordinate representation of color #845D88: hue angle of 294.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845D88 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13293136-
CMYK0.030.3200.47
HSL294.42º18.78%44.9%-
HSV(B)294.42º31.62%53.33%-
XYZ17.8714.5125.15-
YUV109.56142.92144-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=36.57%
G=25.76%
B=37.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132931360.030.3200.47294.4218.7844.9
Hex845D8832002F126132d
Octal2041352103400574462355
Binary1000010010111011000100011100000010111110010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D88; }

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

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

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

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

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

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

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

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