#844F9B

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

Shades of Affair #844F9B

Tints of Affair #844F9B

Color information

#844F9B (or 0x844F9B) is unknown color: approx Affair. HEX triplet: 84, 4F and 9B. RGB value is (132,79,155). Sum of RGB (Red+Green+Blue) = 132+79+155=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #844F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F9B is #7BB064. Grayscale: #676767. Windows color (decimal): -8106085 or 10178436. OLE color: 10178436.

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

Color convert

RGB13279155-
CMYK0.150.4900.39
HSL281.84º32.48%45.88%-
HSV(B)281.84º49.03%60.78%-
XYZ18.2312.8632.53-
YUV103.51157.06148.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=36.07%
G=21.58%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132791550.150.4900.39281.8432.4845.88
Hex844F9BF3102711a202e
Octal20411723317610474324056
Binary1000010010011111001101111111100010100111100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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