#845299

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

Shades of Affair #845299

Tints of Affair #845299

Color information

#845299 (or 0x845299) is unknown color: approx Affair. HEX triplet: 84, 52 and 99. RGB value is (132,82,153). Sum of RGB (Red+Green+Blue) = 132+82+153=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #845299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845299 is #7BAD66. Grayscale: #686868. Windows color (decimal): -8105319 or 10048132. OLE color: 10048132.

HSL color Cylindrical-coordinate representation of color #845299: hue angle of 282.25º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845299 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13282153-
CMYK0.140.4600.4
HSL282.25º30.21%46.08%-
HSV(B)282.25º46.41%60%-
XYZ18.2813.2431.73-
YUV105.04155.06147.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=35.97%
G=22.34%
B=41.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132821530.140.4600.4282.2530.2146.08
Hex845299E2E02811a1e2e
Octal20412223116560504323656
Binary100001001010010100110011110101110010100010001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845299; }

 p { color: rgb(132,82,153); }

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

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

 a { background-color: rgb(132,82,153); }

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

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

 span { border-color: rgb(132,82,153); }

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