#845A8D

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

Shades of Trendy Pink #845A8D

Tints of Trendy Pink #845A8D

Color information

#845A8D (or 0x845A8D) is unknown color: approx Trendy Pink. HEX triplet: 84, 5A and 8D. RGB value is (132,90,141). Sum of RGB (Red+Green+Blue) = 132+90+141=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #845A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845A8D is #7BA572. Grayscale: #6C6C6C. Windows color (decimal): -8103283 or 9263748. OLE color: 9263748.

HSL color Cylindrical-coordinate representation of color #845A8D: hue angle of 289.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845A8D is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13290141-
CMYK0.060.3600.45
HSL289.41º22.08%45.29%-
HSV(B)289.41º36.17%55.29%-
XYZ17.9814.1426.98-
YUV108.37146.41144.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=36.36%
G=24.79%
B=38.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132901410.060.3600.45289.4122.0845.29
Hex845A8D62402D121162d
Octal2041322156440554412655
Binary10000100101101010001101110100100010110110010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,90,141); }

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

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

 a { background-color: rgb(132,90,141); }

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

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

 span { border-color: rgb(132,90,141); }

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