#844F8F

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

Shades of Affair #844F8F

Tints of Affair #844F8F

Color information

#844F8F (or 0x844F8F) is unknown color: approx Affair. HEX triplet: 84, 4F and 8F. RGB value is (132,79,143). Sum of RGB (Red+Green+Blue) = 132+79+143=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #844F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F8F is #7BB070. Grayscale: #656565. Windows color (decimal): -8106097 or 9392004. OLE color: 9392004.

HSL color Cylindrical-coordinate representation of color #844F8F: hue angle of 289.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844F8F is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13279143-
CMYK0.080.4500.44
HSL289.69º28.83%43.53%-
HSV(B)289.69º44.76%56.08%-
XYZ17.2712.4827.49-
YUV102.14151.06149.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=37.29%
G=22.32%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132791430.080.4500.44289.6928.8343.53
Hex844F8F82D02C1221d2c
Octal20411721710550544423554
Binary100001001001111100011111000101101010110010010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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