#844F95

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

Shades of Affair #844F95

Tints of Affair #844F95

Color information

#844F95 (or 0x844F95) is unknown color: approx Affair. HEX triplet: 84, 4F and 95. RGB value is (132,79,149). Sum of RGB (Red+Green+Blue) = 132+79+149=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #844F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F95 is #7BB06A. Grayscale: #666666. Windows color (decimal): -8106091 or 9785220. OLE color: 9785220.

HSL color Cylindrical-coordinate representation of color #844F95: hue angle of 285.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844F95 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13279149-
CMYK0.110.4700.42
HSL285.43º30.7%44.71%-
HSV(B)285.43º46.98%58.43%-
XYZ17.7412.6729.94-
YUV102.83154.06148.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=36.67%
G=21.94%
B=41.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132791490.110.4700.42285.4330.744.71
Hex844F95B2F02A11d1f2d
Octal20411722513570524353755
Binary100001001001111100101011011101111010101010001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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