#845094

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

Shades of Affair #845094

Tints of Affair #845094

Color information

#845094 (or 0x845094) is unknown color: approx Affair. HEX triplet: 84, 50 and 94. RGB value is (132,80,148). Sum of RGB (Red+Green+Blue) = 132+80+148=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #845094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845094 is #7BAF6B. Grayscale: #676767. Windows color (decimal): -8105836 or 9719940. OLE color: 9719940.

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

Color convert

RGB13280148-
CMYK0.110.4600.42
HSL285.88º29.82%44.71%-
HSV(B)285.88º45.95%58.04%-
XYZ17.7312.7829.55-
YUV103.3153.23148.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=36.67%
G=22.22%
B=41.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132801480.110.4600.42285.8829.8244.71
Hex845094B2E02A11e1e2d
Octal20412022413560524363655
Binary100001001010000100101001011101110010101010001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845094; }

 p { color: rgb(132,80,148); }

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

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

 a { background-color: rgb(132,80,148); }

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

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

 span { border-color: rgb(132,80,148); }

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