#844F96

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

Shades of Affair #844F96

Tints of Affair #844F96

Color information

#844F96 (or 0x844F96) is unknown color: approx Affair. HEX triplet: 84, 4F and 96. RGB value is (132,79,150). Sum of RGB (Red+Green+Blue) = 132+79+150=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #844F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F96 is #7BB069. Grayscale: #666666. Windows color (decimal): -8106090 or 9850756. OLE color: 9850756.

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

Color convert

RGB13279150-
CMYK0.120.4700.41
HSL284.79º31%44.9%-
HSV(B)284.79º47.33%58.82%-
XYZ17.8212.730.37-
YUV102.94154.56148.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=36.57%
G=21.88%
B=41.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132791500.120.4700.41284.793144.9
Hex844F96C2F02911d1f2d
Octal20411722614570514353755
Binary100001001001111100101101100101111010100110001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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