#845495

Color #845495 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #845495

Tints of Affair #845495

Color information

#845495 (or 0x845495) is unknown color: approx Affair. HEX triplet: 84, 54 and 95. RGB value is (132,84,149). Sum of RGB (Red+Green+Blue) = 132+84+149=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #845495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845495 is #7BAB6A. Grayscale: #696969. Windows color (decimal): -8104811 or 9786500. OLE color: 9786500.

HSL color Cylindrical-coordinate representation of color #845495: hue angle of 284.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845495 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13284149-
CMYK0.110.4400.42
HSL284.31º27.9%45.69%-
HSV(B)284.31º43.62%58.43%-
XYZ18.1113.4230.07-
YUV105.76152.4146.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=36.16%
G=23.01%
B=40.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132841490.110.4400.42284.3127.945.69
Hex845495B2C02A11c1c2e
Octal20412422513540524343456
Binary100001001010100100101011011101100010101010001110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845495; }

 p { color: rgb(132,84,149); }

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

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

 a { background-color: rgb(132,84,149); }

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

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

 span { border-color: rgb(132,84,149); }

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