#845196

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

Shades of Affair #845196

Tints of Affair #845196

Color information

#845196 (or 0x845196) is unknown color: approx Affair. HEX triplet: 84, 51 and 96. RGB value is (132,81,150). Sum of RGB (Red+Green+Blue) = 132+81+150=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #845196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845196 is #7BAE69. Grayscale: #676767. Windows color (decimal): -8105578 or 9851268. OLE color: 9851268.

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

Color convert

RGB13281150-
CMYK0.120.4600.41
HSL284.35º29.87%45.29%-
HSV(B)284.35º46%58.82%-
XYZ17.9612.9930.42-
YUV104.11153.9147.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=36.36%
G=22.31%
B=41.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132811500.120.4600.41284.3529.8745.29
Hex845196C2E02911c1e2d
Octal20412122614560514343655
Binary100001001010001100101101100101110010100110001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845196; }

 p { color: rgb(132,81,150); }

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

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

 a { background-color: rgb(132,81,150); }

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

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

 span { border-color: rgb(132,81,150); }

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