#845F8B

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

Shades of Trendy Pink #845F8B

Tints of Trendy Pink #845F8B

Color information

#845F8B (or 0x845F8B) is unknown color: approx Trendy Pink. HEX triplet: 84, 5F and 8B. RGB value is (132,95,139). Sum of RGB (Red+Green+Blue) = 132+95+139=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #845F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F8B is #7BA074. Grayscale: #6E6E6E. Windows color (decimal): -8102005 or 9133956. OLE color: 9133956.

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

Color convert

RGB13295139-
CMYK0.050.3200.45
HSL290.45º18.8%45.88%-
HSV(B)290.45º31.65%54.51%-
XYZ18.2714.9526.35-
YUV111.08143.76142.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=36.07%
G=25.96%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132951390.050.3200.45290.4518.845.88
Hex845F8B52002D122132e
Octal2041372135400554422356
Binary10000100101111110001011101100000010110110010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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