#844F93

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

Shades of Affair #844F93

Tints of Affair #844F93

Color information

#844F93 (or 0x844F93) is unknown color: approx Affair. HEX triplet: 84, 4F and 93. RGB value is (132,79,147). Sum of RGB (Red+Green+Blue) = 132+79+147=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #844F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F93 is #7BB06C. Grayscale: #666666. Windows color (decimal): -8106093 or 9654148. OLE color: 9654148.

HSL color Cylindrical-coordinate representation of color #844F93: hue angle of 286.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844F93 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13279147-
CMYK0.100.4600.42
HSL286.76º30.09%44.31%-
HSV(B)286.76º46.26%57.65%-
XYZ17.5812.629.11-
YUV102.6153.06148.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=36.87%
G=22.07%
B=41.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132791470.100.4600.42286.7630.0944.31
Hex844F93A2E02A11f1e2c
Octal20411722312560524373654
Binary100001001001111100100111010101110010101010001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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