#845A9B

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

Shades of Affair #845A9B

Tints of Affair #845A9B

Color information

#845A9B (or 0x845A9B) is unknown color: approx Affair. HEX triplet: 84, 5A and 9B. RGB value is (132,90,155). Sum of RGB (Red+Green+Blue) = 132+90+155=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #845A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845A9B is #7BA564. Grayscale: #6D6D6D. Windows color (decimal): -8103269 or 10181252. OLE color: 10181252.

HSL color Cylindrical-coordinate representation of color #845A9B: hue angle of 278.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845A9B is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13290155-
CMYK0.150.4200.39
HSL278.77º26.53%48.04%-
HSV(B)278.77º41.94%60.78%-
XYZ19.0914.5832.82-
YUV109.97153.41143.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=35.01%
G=23.87%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132901550.150.4200.39278.7726.5348.04
Hex845A9BF2A0271171b30
Octal20413223317520474273360
Binary100001001011010100110111111101010010011110001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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