#845792

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

Shades of Affair #845792

Tints of Affair #845792

Color information

#845792 (or 0x845792) is unknown color: approx Affair. HEX triplet: 84, 57 and 92. RGB value is (132,87,146). Sum of RGB (Red+Green+Blue) = 132+87+146=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #845792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845792 is #7BA86D. Grayscale: #6A6A6A. Windows color (decimal): -8104046 or 9590660. OLE color: 9590660.

HSL color Cylindrical-coordinate representation of color #845792: hue angle of 285.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #845792 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13287146-
CMYK0.100.4000.43
HSL285.76º25.32%45.69%-
HSV(B)285.76º40.41%57.25%-
XYZ18.1113.828.9-
YUV107.18149.91145.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 146 (57.42% from 255) = 40%
R=36.16%
G=23.84%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132871460.100.4000.43285.7625.3245.69
Hex845792A2802B11e192e
Octal20412722212500534363156
Binary100001001010111100100101010101000010101110001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845792; }

 p { color: rgb(132,87,146); }

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

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

 a { background-color: rgb(132,87,146); }

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

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

 span { border-color: rgb(132,87,146); }

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