#845497

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

Shades of Affair #845497

Tints of Affair #845497

Color information

#845497 (or 0x845497) is unknown color: approx Affair. HEX triplet: 84, 54 and 97. RGB value is (132,84,151). Sum of RGB (Red+Green+Blue) = 132+84+151=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #845497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845497 is #7BAB68. Grayscale: #696969. Windows color (decimal): -8104809 or 9917572. OLE color: 9917572.

HSL color Cylindrical-coordinate representation of color #845497: hue angle of 282.99º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845497 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13284151-
CMYK0.130.4400.41
HSL282.99º28.51%46.08%-
HSV(B)282.99º44.37%59.22%-
XYZ18.2713.4830.92-
YUV105.99153.4146.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=35.97%
G=22.89%
B=41.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132841510.130.4400.41282.9928.5146.08
Hex845497D2C02911b1d2e
Octal20412422715540514333556
Binary100001001010100100101111101101100010100110001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845497; }

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

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

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

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

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

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

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

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