#845F7E

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

Shades of Trendy Pink #845F7E

Tints of Trendy Pink #845F7E

Color information

#845F7E (or 0x845F7E) is unknown color: approx Trendy Pink. HEX triplet: 84, 5F and 7E. RGB value is (132,95,126). Sum of RGB (Red+Green+Blue) = 132+95+126=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7E is #7BA081. Grayscale: #6D6D6D. Windows color (decimal): -8102018 or 8281988. OLE color: 8281988.

HSL color Cylindrical-coordinate representation of color #845F7E: hue angle of 309.73º 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 #845F7E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13295126-
CMYK00.280.050.48
HSL309.73º16.3%44.51%-
HSV(B)309.73º28.03%51.76%-
XYZ17.3714.621.64-
YUV109.6137.26143.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=37.39%
G=26.91%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329512600.280.050.48309.7316.344.51
Hex845F7E01C530136102d
Octal2041371760345604662055
Binary100001001011111111111001110010111000010011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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