#844F9A

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

Shades of Affair #844F9A

Tints of Affair #844F9A

Color information

#844F9A (or 0x844F9A) is unknown color: approx Affair. HEX triplet: 84, 4F and 9A. RGB value is (132,79,154). Sum of RGB (Red+Green+Blue) = 132+79+154=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #844F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F9A is #7BB065. Grayscale: #676767. Windows color (decimal): -8106086 or 10112900. OLE color: 10112900.

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

Color convert

RGB13279154-
CMYK0.140.4900.40
HSL282.4º32.19%45.69%-
HSV(B)282.4º48.7%60.39%-
XYZ18.1412.8332.09-
YUV103.4156.56148.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=36.16%
G=21.64%
B=42.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132791540.140.4900.40282.432.1945.69
Hex844F9AE3102811a202e
Octal20411723216610504324056
Binary1000010010011111001101011101100010101000100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844F9A; }

 p { color: rgb(132,79,154); }

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

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

 a { background-color: rgb(132,79,154); }

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

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

 span { border-color: rgb(132,79,154); }

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