#845899

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

Shades of Affair #845899

Tints of Affair #845899

Color information

#845899 (or 0x845899) is unknown color: approx Affair. HEX triplet: 84, 58 and 99. RGB value is (132,88,153). Sum of RGB (Red+Green+Blue) = 132+88+153=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #845899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845899 is #7BA766. Grayscale: #6C6C6C. Windows color (decimal): -8103783 or 10049668. OLE color: 10049668.

HSL color Cylindrical-coordinate representation of color #845899: hue angle of 280.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845899 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13288153-
CMYK0.140.4200.4
HSL280.62º26.97%47.25%-
HSV(B)280.62º42.48%60%-
XYZ18.7614.1831.89-
YUV108.57153.08144.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=35.39%
G=23.59%
B=41.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132881530.140.4200.4280.6226.9747.25
Hex845899E2A0281191b2f
Octal20413023116520504313357
Binary100001001011000100110011110101010010100010001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845899; }

 p { color: rgb(132,88,153); }

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

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

 a { background-color: rgb(132,88,153); }

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

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

 span { border-color: rgb(132,88,153); }

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