#845095

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

Shades of Affair #845095

Tints of Affair #845095

Color information

#845095 (or 0x845095) is unknown color: approx Affair. HEX triplet: 84, 50 and 95. RGB value is (132,80,149). Sum of RGB (Red+Green+Blue) = 132+80+149=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #845095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845095 is #7BAF6A. Grayscale: #676767. Windows color (decimal): -8105835 or 9785476. OLE color: 9785476.

HSL color Cylindrical-coordinate representation of color #845095: hue angle of 285.22º 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 #845095 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13280149-
CMYK0.110.4600.42
HSL285.22º30.13%44.9%-
HSV(B)285.22º46.31%58.43%-
XYZ17.8112.8129.97-
YUV103.41153.73148.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=36.57%
G=22.16%
B=41.27%

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
Decimal132801490.110.4600.42285.2230.1344.9
Hex845095B2E02A11d1e2d
Octal20412022513560524353655
Binary100001001010000100101011011101110010101010001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845095; }

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

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

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

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

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

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

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

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