#845F7D

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

Shades of Trendy Pink #845F7D

Tints of Trendy Pink #845F7D

Color information

#845F7D (or 0x845F7D) is unknown color: approx Trendy Pink. HEX triplet: 84, 5F and 7D. RGB value is (132,95,125). Sum of RGB (Red+Green+Blue) = 132+95+125=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7D is #7BA082. Grayscale: #6D6D6D. Windows color (decimal): -8102019 or 8216452. OLE color: 8216452.

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

Color convert

RGB13295125-
CMYK00.280.050.48
HSL311.35º16.3%44.51%-
HSV(B)311.35º28.03%51.76%-
XYZ17.3114.5721.3-
YUV109.48136.76144.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=37.5%
G=26.99%
B=35.51%

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
Decimal1329512500.280.050.48311.3516.344.51
Hex845F7D01C530137102d
Octal2041371750345604672055
Binary100001001011111111110101110010111000010011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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