#845F83

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

Shades of Trendy Pink #845F83

Tints of Trendy Pink #845F83

Color information

#845F83 (or 0x845F83) is unknown color: approx Trendy Pink. HEX triplet: 84, 5F and 83. RGB value is (132,95,131). Sum of RGB (Red+Green+Blue) = 132+95+131=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #845F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F83 is #7BA07C. Grayscale: #6E6E6E. Windows color (decimal): -8102013 or 8609668. OLE color: 8609668.

HSL color Cylindrical-coordinate representation of color #845F83: hue angle of 301.62º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F83 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13295131-
CMYK00.280.010.48
HSL301.62º16.3%44.51%-
HSV(B)301.62º28.03%51.76%-
XYZ17.714.7323.38-
YUV110.17139.76143.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=36.87%
G=26.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329513100.280.010.48301.6216.344.51
Hex845F8301C13012e102d
Octal2041372030341604562055
Binary10000100101111110000011011100111000010010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,95,131); }

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

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

 a { background-color: rgb(132,95,131); }

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

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

 span { border-color: rgb(132,95,131); }

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